Spaces:
Runtime error
Runtime error
Upload app.py
Browse files
app.py
CHANGED
@@ -131,7 +131,7 @@ with gr.Blocks() as demo:
|
|
131 |
with gr.Tab("OBJ"):
|
132 |
output_model_obj = gr.Model3D(
|
133 |
label = "Output Model (OBJ Format)",
|
134 |
-
|
135 |
)
|
136 |
gr.Markdown("Note: Downloaded object will be flipped in case of .obj export. Export .glb instead or manually flip it before usage.")
|
137 |
with gr.Tab("GLB"):
|
|
|
131 |
with gr.Tab("OBJ"):
|
132 |
output_model_obj = gr.Model3D(
|
133 |
label = "Output Model (OBJ Format)",
|
134 |
+
interactive = False,
|
135 |
)
|
136 |
gr.Markdown("Note: Downloaded object will be flipped in case of .obj export. Export .glb instead or manually flip it before usage.")
|
137 |
with gr.Tab("GLB"):
|