cavargas10 commited on
Commit
36d98fa
·
verified ·
1 Parent(s): 0a4d639

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -1,6 +1,5 @@
1
  import gradio as gr
2
  import spaces
3
- from gradio_litmodel3d import LitModel3D
4
  import os
5
  import shutil
6
  os.environ['SPCONV_ALGO'] = 'native'
@@ -160,7 +159,7 @@ with gr.Blocks(delete_cache=(600, 600)) as demo:
160
 
161
  with gr.Column():
162
  video_output = gr.Video(label="Generated 3D Asset", autoplay=True, loop=True, height=300)
163
- model_output = LitModel3D(label="Extracted GLB", exposure=10.0, height=300)
164
  download_glb = gr.DownloadButton(label="Download GLB", interactive=False)
165
 
166
  output_buf = gr.State()
 
1
  import gradio as gr
2
  import spaces
 
3
  import os
4
  import shutil
5
  os.environ['SPCONV_ALGO'] = 'native'
 
159
 
160
  with gr.Column():
161
  video_output = gr.Video(label="Generated 3D Asset", autoplay=True, loop=True, height=300)
162
+ model_output = gr.Model3D(label="Extracted GLB", exposure=10.0, height=300)
163
  download_glb = gr.DownloadButton(label="Download GLB", interactive=False)
164
 
165
  output_buf = gr.State()