lionelgarnier commited on
Commit
666f4e2
·
1 Parent(s): 22645d0
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -438,7 +438,7 @@ def create_interface():
438
  gen3d_button = gr.Button("Create 3D visual with Trellis")
439
 
440
  video_output = gr.Video(label="Generated 3D Asset", autoplay=True, loop=True, height=300)
441
- model_output = LitModel3D(label="Extracted GLB/Gaussian", exposure=10.0, height=300)
442
 
443
  with gr.Row():
444
  download_glb = gr.DownloadButton(label="Download GLB", interactive=False)
 
438
  gen3d_button = gr.Button("Create 3D visual with Trellis")
439
 
440
  video_output = gr.Video(label="Generated 3D Asset", autoplay=True, loop=True, height=300)
441
+ # model_output = LitModel3D(label="Extracted GLB/Gaussian", exposure=10.0, height=300)
442
 
443
  with gr.Row():
444
  download_glb = gr.DownloadButton(label="Download GLB", interactive=False)