matheus-erthal commited on
Commit
8266cc1
1 Parent(s): c6734b1

Adicionado JSON na resposta

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -27,7 +27,7 @@ def crop_photoshoot_images(photo_shoot_id):
27
  os.remove(filename)
28
  i += 1
29
 
30
- return "done"
31
 
32
  iface = gr.Interface(
33
  fn=crop_photoshoot_images,
 
27
  os.remove(filename)
28
  i += 1
29
 
30
+ return {"message": "Images cropped successfully"}
31
 
32
  iface = gr.Interface(
33
  fn=crop_photoshoot_images,