ttheland commited on
Commit
d19359d
·
1 Parent(s): 59f2d44

fixed issue with model drive links

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -14,11 +14,11 @@ import gradio as gr
14
  import markdown
15
 
16
 
17
- url = 'https://drive.google.com/file/d/1m9C-WMfKRDCmScxTh8JmcoFtymxAqjS3/view?usp=sharing'
18
  path_class_names = "./class_names_restnet_leeds_butterfly.pkl"
19
  gdown.download(url, path_class_names, quiet=False)
20
 
21
- url = 'https://drive.google.com/file/d/1m9C-WMfKRDCmScxTh8JmcoFtymxAqjS3/view?usp=sharing'
22
  path_model = "./model_state_restnet_leeds_butterfly.pth"
23
  gdown.download(url, path_model, quiet=False)
24
 
 
14
  import markdown
15
 
16
 
17
+ url = 'https://drive.google.com/uc?id=1m9C-WMfKRDCmScxTh8JmcoFtymxAqjS3'
18
  path_class_names = "./class_names_restnet_leeds_butterfly.pkl"
19
  gdown.download(url, path_class_names, quiet=False)
20
 
21
+ url = 'https://drive.google.com/uc?id=1qxaWnYwLIwWGrGg9uehG7h2W227SXGKq'
22
  path_model = "./model_state_restnet_leeds_butterfly.pth"
23
  gdown.download(url, path_model, quiet=False)
24