alexnasa commited on
Commit
4bed63a
·
verified ·
1 Parent(s): 48659ef

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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