Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -242,7 +242,7 @@ def generate_results_and_mesh(image, session_id):
|
|
242 |
"""
|
243 |
|
244 |
# Step 1
|
245 |
-
status1, crop_img, _, _ = preprocess_image(image)
|
246 |
if "❌" in status1:
|
247 |
return status1, None, None, None, None, None
|
248 |
# Step 2
|
|
|
242 |
"""
|
243 |
|
244 |
# Step 1
|
245 |
+
status1, crop_img, _, _ = preprocess_image(image, session_id)
|
246 |
if "❌" in status1:
|
247 |
return status1, None, None, None, None, None
|
248 |
# Step 2
|