pablo commited on
Commit
bb729ac
·
1 Parent(s): aa6e5e4
Files changed (1) hide show
  1. app.py +1 -1
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(model):
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