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

changed folder permission

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -14,6 +14,7 @@ import gradio as gr
14
  import markdown
15
 
16
  # load model state and class names from gdrive
 
17
  #https://drive.google.com/file/d/1m9C-WMfKRDCmScxTh8JmcoFtymxAqjS3/view?usp=sharing
18
  url = 'https://drive.google.com/uc?id=1m9C-WMfKRDCmScxTh8JmcoFtymxAqjS3'
19
  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
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"