Spaces:
Runtime error
Runtime error
pablo
commited on
Commit
·
bb729ac
1
Parent(s):
aa6e5e4
model
Browse files
app.py
CHANGED
|
@@ -234,7 +234,7 @@ def predict_images_3d(dict, depth, prompt="", negative_prompt="", guidance_scale
|
|
| 234 |
|
| 235 |
return input_mesh, output_mesh
|
| 236 |
|
| 237 |
-
def create_3d_demo(
|
| 238 |
|
| 239 |
gr.Markdown("### Image to 3D mesh")
|
| 240 |
|
|
|
|
| 234 |
|
| 235 |
return input_mesh, output_mesh
|
| 236 |
|
| 237 |
+
def create_3d_demo():
|
| 238 |
|
| 239 |
gr.Markdown("### Image to 3D mesh")
|
| 240 |
|