Alesteba commited on
Commit
59a07ff
·
1 Parent(s): 1f38e8d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -40,7 +40,7 @@ def predict(img):
40
  detection_threshold=0.5
41
  )
42
 
43
- return pred_dict["img"]
44
 
45
  gr.Interface(
46
  fn=predict,
 
40
  detection_threshold=0.5
41
  )
42
 
43
+ return pred_dict_2["img"]
44
 
45
  gr.Interface(
46
  fn=predict,