awacke1 commited on
Commit
bfc4942
1 Parent(s): e869285

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -34,4 +34,5 @@ def predict_step(image_paths):
34
 
35
  torch.hub.download_url_to_file('https://github.com/AaronCWacker/Yggdrasil/blob/main/images/35-Favorite-Games.jpg', '35-Favorite-Games.jpg')
36
 
37
- predict_step(['35-Favorite-Games.jpg'] # ['a woman in a hospital bed with a woman in a hospital bed']
 
 
34
 
35
  torch.hub.download_url_to_file('https://github.com/AaronCWacker/Yggdrasil/blob/main/images/35-Favorite-Games.jpg', '35-Favorite-Games.jpg')
36
 
37
+ result = predict_step(['35-Favorite-Games.jpg'])
38
+