Spaces:
Running
on
A100
Running
on
A100
Update app.py
Browse files
app.py
CHANGED
@@ -341,13 +341,11 @@ with gr.Blocks() as demo:
|
|
341 |
with gr.Tab("OBJ"):
|
342 |
output_model_obj = gr.Model3D(
|
343 |
label="Output Model (OBJ Format)",
|
344 |
-
width=768,
|
345 |
interactive=False,
|
346 |
)
|
347 |
with gr.Tab("GLB"):
|
348 |
output_model_glb = gr.Model3D(
|
349 |
label="Output Model (GLB Format)",
|
350 |
-
width=768,
|
351 |
interactive=False,
|
352 |
)
|
353 |
|
|
|
341 |
with gr.Tab("OBJ"):
|
342 |
output_model_obj = gr.Model3D(
|
343 |
label="Output Model (OBJ Format)",
|
|
|
344 |
interactive=False,
|
345 |
)
|
346 |
with gr.Tab("GLB"):
|
347 |
output_model_glb = gr.Model3D(
|
348 |
label="Output Model (GLB Format)",
|
|
|
349 |
interactive=False,
|
350 |
)
|
351 |
|