gensym commited on
Commit
f7fbf3c
·
1 Parent(s): 6bef8b1
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -196,8 +196,7 @@ with gr.Blocks() as demo:
196
  # Todo - getting errors when using video output
197
  # video_output = gr.Video(label="Generated 3D Asset", autoplay=True, loop=True, height=300)
198
 
199
- # Todo - getting errors when using model output
200
- # model_output = LitModel3D(label="Extracted GLB", exposure=20.0, height=300)
201
  download_glb = gr.DownloadButton(label="Download GLB", interactive=False)
202
 
203
  btn = gr.Button("Run")
 
196
  # Todo - getting errors when using video output
197
  # video_output = gr.Video(label="Generated 3D Asset", autoplay=True, loop=True, height=300)
198
 
199
+ model_output = LitModel3D(label="Extracted GLB", exposure=20.0, height=300)
 
200
  download_glb = gr.DownloadButton(label="Download GLB", interactive=False)
201
 
202
  btn = gr.Button("Run")