ciover2024 commited on
Commit
ff07a1b
·
verified ·
1 Parent(s): f0b0540

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -102,6 +102,7 @@ def generate_mask(image_path, text_prompt="clothing"):
102
  text_input=text_prompt, # Use "clothing" as the prompt
103
  api_name="/process_image"
104
  )
 
105
  return mask_result # This is the local path to the generated mask
106
 
107
  # Save the generated mask
 
102
  text_input=text_prompt, # Use "clothing" as the prompt
103
  api_name="/process_image"
104
  )
105
+ print mask_result
106
  return mask_result # This is the local path to the generated mask
107
 
108
  # Save the generated mask