Spaces:
Runtime error
Runtime error
fixed issue with model drive links
Browse files
app.py
CHANGED
|
@@ -14,12 +14,11 @@ import gradio as gr
|
|
| 14 |
import markdown
|
| 15 |
|
| 16 |
# load model state and class names from gdrive
|
| 17 |
-
url = 'https://drive.google.com/uc?id=
|
| 18 |
path_class_names = "./class_names_restnet_leeds_butterfly.pkl"
|
| 19 |
gdown.download(url, path_class_names, quiet=False)
|
| 20 |
|
| 21 |
-
|
| 22 |
-
url = 'https://drive.google.com/uc?id=1qxaWnYwLIwWGrGg9uehG7h2W227SXGKq'
|
| 23 |
path_model = "./model_state_restnet_leeds_butterfly.pth"
|
| 24 |
gdown.download(url, path_model, quiet=False)
|
| 25 |
|
|
|
|
| 14 |
import markdown
|
| 15 |
|
| 16 |
# load model state and class names from gdrive
|
| 17 |
+
url = 'https://drive.google.com/uc?id=1qKiyp4r8SqUtz2ZWk3E6oZhyhl6t8lyG'
|
| 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=1Ep2YWU4M-yVkF7AFP3aD1sVhuriIDzFe'
|
|
|
|
| 22 |
path_model = "./model_state_restnet_leeds_butterfly.pth"
|
| 23 |
gdown.download(url, path_model, quiet=False)
|
| 24 |
|