Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -413,7 +413,7 @@ with gr.Blocks(title="PrimitiveAnything: Human-Crafted 3D Primitive Assembly Gen
|
|
| 413 |
examples=example_files,
|
| 414 |
inputs=[input_3d], # Only include the Model3D input
|
| 415 |
fn=process_3d_model,
|
| 416 |
-
outputs=[output_3d, output_json]
|
| 417 |
examples_per_page=14,
|
| 418 |
)
|
| 419 |
|
|
|
|
| 413 |
examples=example_files,
|
| 414 |
inputs=[input_3d], # Only include the Model3D input
|
| 415 |
fn=process_3d_model,
|
| 416 |
+
outputs=[output_3d, output_json],
|
| 417 |
examples_per_page=14,
|
| 418 |
)
|
| 419 |
|