vibs08 commited on
Commit
43df257
1 Parent(s): 93d27bc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -159,7 +159,7 @@ def generate(image, mc_resolution, formats=["obj", "glb"]):
159
 
160
  return mesh_path_obj.name, mesh_path_glb.name
161
 
162
- def run_example(text_prompt,seed do_remove_background, foreground_ratio, mc_resolution):
163
  # Step 1: Generate the image from text prompt
164
  image_pil = generate_image_from_text(text_prompt, seed)
165
 
 
159
 
160
  return mesh_path_obj.name, mesh_path_glb.name
161
 
162
+ def run_example(text_prompt,seed ,do_remove_background, foreground_ratio, mc_resolution):
163
  # Step 1: Generate the image from text prompt
164
  image_pil = generate_image_from_text(text_prompt, seed)
165