PUM4CH3N commited on
Commit
9896238
·
1 Parent(s): 0b3b481
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -213,7 +213,7 @@ with gr.Blocks(delete_cache=(600, 600)) as demo:
213
 
214
  with gr.Column():
215
  video_output = gr.Video(label="Generated 3D Asset", autoplay=True, loop=True, height=300)
216
- model_output = gr.Model3D(label="Extracted GLB/Gaussian", exposure=10.0, height=300)
217
 
218
  with gr.Row():
219
  download_glb = gr.DownloadButton(label="Download GLB", interactive=False)
 
213
 
214
  with gr.Column():
215
  video_output = gr.Video(label="Generated 3D Asset", autoplay=True, loop=True, height=300)
216
+ model_output = gr.Model3D(label="Extracted GLB/Gaussian", height=300)
217
 
218
  with gr.Row():
219
  download_glb = gr.DownloadButton(label="Download GLB", interactive=False)