Wootang01 commited on
Commit
1fccc85
·
1 Parent(s): ad55483

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ transform = create_transform(
14
 
15
  model.eval()
16
 
17
- def predict_fn(img)"
18
  img = img.convert('RGB')
19
  img = transform(img).unsqueeze(0)
20
  with torch.no_grad():
 
14
 
15
  model.eval()
16
 
17
+ def predict_fn(img):
18
  img = img.convert('RGB')
19
  img = transform(img).unsqueeze(0)
20
  with torch.no_grad():