Alesteba commited on
Commit
9f1ce46
·
1 Parent(s): df5a255

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -35,7 +35,7 @@ def predict(img):
35
 
36
  img = PIL.Image.fromarray(img, "RGB")
37
 
38
- pred_dict_2 = model_type.fastai.end2end_detect(
39
 
40
  img,
41
  infer_tfms,
 
35
 
36
  img = PIL.Image.fromarray(img, "RGB")
37
 
38
+ pred_dict_2 = model_type.end2end_detect(
39
 
40
  img,
41
  infer_tfms,