setsosie commited on
Commit
916a9e6
·
verified ·
1 Parent(s): 9cf02e6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ model = torchvision.models.resnet18(weights=weights)
15
  model.eval()
16
 
17
  # Get ImageNet labels
18
- r = requets.get("https://git.io/JJkYN")
19
  labels = r.text.split("\n")
20
 
21
  # Define prediction function
 
15
  model.eval()
16
 
17
  # Get ImageNet labels
18
+ r = requests.get("https://git.io/JJkYN")
19
  labels = r.text.split("\n")
20
 
21
  # Define prediction function