gokaygokay commited on
Commit
12849df
·
verified ·
1 Parent(s): 9c073ef

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -224,7 +224,7 @@ with gr.Blocks() as demo:
224
  with gr.Column():
225
 
226
  video_output = gr.Video(label="Generated 3D Asset", autoplay=True, loop=True)
227
- model_output = LitModel3D(label="Extracted GLB/Gaussian", exposure=15.0)
228
 
229
  with gr.Row():
230
  download_glb = gr.DownloadButton(label="Download GLB", interactive=False)
 
224
  with gr.Column():
225
 
226
  video_output = gr.Video(label="Generated 3D Asset", autoplay=True, loop=True)
227
+ model_output = LitModel3D(label="Extracted GLB/Gaussian", exposure=8.0)
228
 
229
  with gr.Row():
230
  download_glb = gr.DownloadButton(label="Download GLB", interactive=False)