SamDaLamb commited on
Commit
294b9f5
·
verified ·
1 Parent(s): 422a95f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ examples = [ # need to manually delete cache everytime new examples are added
17
  def speclab(img):
18
 
19
  # initialize the model
20
- model = torch.hub.load('SamDaLamb/ValorantTracker', 'srdetect', force_reload=True) # for some reasons loads the model in src rather than demo
21
  model.eval()
22
 
23
  # preprocess image to be used as input
 
17
  def speclab(img):
18
 
19
  # initialize the model
20
+ model = torch.hub.load('SamDaaLamb/ValorantTracker', 'srdetect', force_reload=True) # for some reasons loads the model in src rather than demo
21
  model.eval()
22
 
23
  # preprocess image to be used as input