Spaces:
Runtime error
Runtime error
permissions to model
Browse files
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"
|