gensym commited on
Commit
b77fe63
·
1 Parent(s): f7fbf3c
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -194,9 +194,10 @@ with gr.Blocks() as demo:
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
- 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")
 
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")