Spaces:
Running
on
Zero
Running
on
Zero
NIRVANALAN
commited on
Commit
•
076d511
1
Parent(s):
b6efe48
update dep
Browse files
app.py
CHANGED
@@ -319,7 +319,7 @@ def main(args):
|
|
319 |
with gr.Row():
|
320 |
with gr.Tab("Reconstruction"):
|
321 |
with gr.Column():
|
322 |
-
output_video = gr.Video(value=None, width=384, label="Rendered Video", autoplay=True
|
323 |
output_model = gr.Model3D(
|
324 |
height=384,
|
325 |
clear_color=(1,1,1,1),
|
|
|
319 |
with gr.Row():
|
320 |
with gr.Tab("Reconstruction"):
|
321 |
with gr.Column():
|
322 |
+
output_video = gr.Video(value=None, width=384, label="Rendered Video", autoplay=True)
|
323 |
output_model = gr.Model3D(
|
324 |
height=384,
|
325 |
clear_color=(1,1,1,1),
|