Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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('
|
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
|