Aluren commited on
Commit
63fe1f8
·
verified ·
1 Parent(s): e4dc99d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -184,7 +184,8 @@ with gr.Blocks() as demo:
184
  gen_button = gr.Button("Generate details", variant="primary")
185
 
186
  with gr.Column():
187
- model_output = LitModel3D(label="Generated GLB", exposure=1.0, height=500,camera_position=(90,90,3))
 
188
  download_glb = gr.DownloadButton(label="Download GLB", interactive=False)
189
 
190
  with gr.Row():
 
184
  gen_button = gr.Button("Generate details", variant="primary")
185
 
186
  with gr.Column():
187
+ # model_output = LitModel3D(label="Generated GLB", exposure=1.0, height=500,camera_position=(90,90,3))
188
+ model_output = gr.Model3D(label="Generated GLB", camera_position=(90,90,3))
189
  download_glb = gr.DownloadButton(label="Download GLB", interactive=False)
190
 
191
  with gr.Row():