gensym commited on
Commit
6bef8b1
·
1 Parent(s): e2681f1
Files changed (1) hide show
  1. app.py +5 -1
app.py CHANGED
@@ -192,8 +192,12 @@ with gr.Blocks() as demo:
192
  extract_glb_btn = gr.Button("Extract GLB", interactive=False)
193
 
194
  with gr.Column():
 
 
195
  # video_output = gr.Video(label="Generated 3D Asset", autoplay=True, loop=True, height=300)
196
- model_output = LitModel3D(label="Extracted GLB", exposure=20.0, height=300)
 
 
197
  download_glb = gr.DownloadButton(label="Download GLB", interactive=False)
198
 
199
  btn = gr.Button("Run")
 
192
  extract_glb_btn = gr.Button("Extract GLB", interactive=False)
193
 
194
  with gr.Column():
195
+
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")