vchiang001 commited on
Commit
8966749
β€’
1 Parent(s): 020a1e8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ from PIL import Image
10
 
11
  # %%
12
  # Loads a model from github repo, but you need to have the model
13
- model = torch.hub.load('ultralytics/yolov5', 'custom', "/home/vic/vic_data/dlclive4mega/models/md_v5b.0.0.pt", force_reload=True)
14
 
15
  # %%
16
 
 
10
 
11
  # %%
12
  # Loads a model from github repo, but you need to have the model
13
+ model = torch.hub.load('ultralytics/yolov5', 'custom', "https://huggingface.co/spaces/vchiang001/MegaDetector_DLC_pose/blob/main/md_v5b.0.0.pt", force_reload=True)
14
 
15
  # %%
16