Spaces:
Paused
Paused
Update app.py
Browse files
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 |
|