Spaces:
Running
on
Zero
Running
on
Zero
adjust ui
Browse files
app.py
CHANGED
|
@@ -166,7 +166,7 @@ with block:
|
|
| 166 |
with gr.Column(scale=4):
|
| 167 |
with gr.Tab("3D Model"):
|
| 168 |
# glb file
|
| 169 |
-
output_model = gr.Model3D(label="Geometry", height=
|
| 170 |
|
| 171 |
with gr.Tab("Input Image"):
|
| 172 |
# background removed image
|
|
|
|
| 166 |
with gr.Column(scale=4):
|
| 167 |
with gr.Tab("3D Model"):
|
| 168 |
# glb file
|
| 169 |
+
output_model = gr.Model3D(label="Geometry", height=512)
|
| 170 |
|
| 171 |
with gr.Tab("Input Image"):
|
| 172 |
# background removed image
|