PUM4CH3N commited on
Commit
e4465c8
·
1 Parent(s): a403c8b
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -214,11 +214,11 @@ with gr.Blocks(delete_cache=(600, 600)) as demo:
214
 
215
  with gr.Column():
216
  video_output = gr.Video(label="Generated 3D Asset", autoplay=True, loop=True, height=300)
217
- model_output = LitModel3D(label="Extracted GLB/Gaussian", exposure=10.0, height=300)
218
 
219
- with gr.Row():
220
- download_glb = gr.DownloadButton(label="Download GLB", interactive=False)
221
- download_gs = gr.DownloadButton(label="Download Gaussian", interactive=False)
222
 
223
  output_buf = gr.State()
224
 
 
214
 
215
  with gr.Column():
216
  video_output = gr.Video(label="Generated 3D Asset", autoplay=True, loop=True, height=300)
217
+ # model_output = LitModel3D(label="Extracted GLB/Gaussian", exposure=10.0, height=300)
218
 
219
+ # with gr.Row():
220
+ # download_glb = gr.DownloadButton(label="Download GLB", interactive=False)
221
+ # download_gs = gr.DownloadButton(label="Download Gaussian", interactive=False)
222
 
223
  output_buf = gr.State()
224