Spaces:
Sleeping
Sleeping
Upload folder using huggingface_hub
Browse files- .gitignore +2 -1
- app.py +1 -1
.gitignore
CHANGED
|
@@ -1 +1,2 @@
|
|
| 1 |
-
tmp
|
|
|
|
|
|
| 1 |
+
tmp
|
| 2 |
+
*.pyc
|
app.py
CHANGED
|
@@ -59,7 +59,7 @@ def main():
|
|
| 59 |
gr.Slider(value=20, minimum=1, maximum=100, step=1, label="Smooth Weights Factor")
|
| 60 |
],
|
| 61 |
outputs=[
|
| 62 |
-
gr.Model3D(label="Reconstruction")
|
| 63 |
],
|
| 64 |
title="reconFIGURE",
|
| 65 |
allow_flagging="never"
|
|
|
|
| 59 |
gr.Slider(value=20, minimum=1, maximum=100, step=1, label="Smooth Weights Factor")
|
| 60 |
],
|
| 61 |
outputs=[
|
| 62 |
+
gr.Model3D(label="Reconstruction", camera_position=(90, None, None))
|
| 63 |
],
|
| 64 |
title="reconFIGURE",
|
| 65 |
allow_flagging="never"
|