Spaces:
Running
on
Zero
Running
on
Zero
NIRVANALAN
commited on
Commit
·
d8e6e2b
1
Parent(s):
52d2875
update
Browse files- app.py +1 -1
- requirements.txt +1 -2
app.py
CHANGED
|
@@ -342,7 +342,7 @@ def main(args):
|
|
| 342 |
with gr.Tab("Reconstruction"):
|
| 343 |
with gr.Column():
|
| 344 |
# output_video = gr.Video(value=None, width=384, label="Rendered Video", autoplay=True)
|
| 345 |
-
output_video = gr.Video(value=None, width=384, label="Rendered Video", autoplay=True
|
| 346 |
output_model = gr.Model3D(
|
| 347 |
height=384,
|
| 348 |
clear_color=(1,1,1,1),
|
|
|
|
| 342 |
with gr.Tab("Reconstruction"):
|
| 343 |
with gr.Column():
|
| 344 |
# output_video = gr.Video(value=None, width=384, label="Rendered Video", autoplay=True)
|
| 345 |
+
output_video = gr.Video(value=None, width=384, label="Rendered Video", autoplay=True)
|
| 346 |
output_model = gr.Model3D(
|
| 347 |
height=384,
|
| 348 |
clear_color=(1,1,1,1),
|
requirements.txt
CHANGED
|
@@ -31,5 +31,4 @@ safetensors
|
|
| 31 |
matplotlib
|
| 32 |
git+https://github.com/nupurkmr9/vision-aided-gan
|
| 33 |
PyMCubes
|
| 34 |
-
trimesh
|
| 35 |
-
gradio==4.29
|
|
|
|
| 31 |
matplotlib
|
| 32 |
git+https://github.com/nupurkmr9/vision-aided-gan
|
| 33 |
PyMCubes
|
| 34 |
+
trimesh
|
|
|