ttheland commited on
Commit
f6e063e
1 Parent(s): 778b2f0

permissions to model

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ import gradio as gr
14
  import markdown
15
 
16
  # load model state and class names from gdrive
17
- # issue accessing the link
18
  #https://drive.google.com/file/d/1m9C-WMfKRDCmScxTh8JmcoFtymxAqjS3/view?usp=sharing
19
  url = 'https://drive.google.com/uc?id=1m9C-WMfKRDCmScxTh8JmcoFtymxAqjS3'
20
  path_class_names = "./class_names_restnet_leeds_butterfly.pkl"
 
14
  import markdown
15
 
16
  # load model state and class names from gdrive
17
+ # issue accessing the link. updated permissions
18
  #https://drive.google.com/file/d/1m9C-WMfKRDCmScxTh8JmcoFtymxAqjS3/view?usp=sharing
19
  url = 'https://drive.google.com/uc?id=1m9C-WMfKRDCmScxTh8JmcoFtymxAqjS3'
20
  path_class_names = "./class_names_restnet_leeds_butterfly.pkl"