Spaces:
Runtime error
Runtime error
serhii-korobchenko
commited on
Commit
•
2d91f92
1
Parent(s):
cf8bf69
Update app.py
Browse files
app.py
CHANGED
@@ -22,7 +22,7 @@ labels = {
|
|
22 |
# Download the model file
|
23 |
def download_model():
|
24 |
url = "https://drive.google.com/file/d/1zUGAPg9RVgo7bWtf_-L9MXoXKldZjs1y/view?usp=drive_link"
|
25 |
-
output = "
|
26 |
gdown.download(url, output, quiet=False)
|
27 |
return output
|
28 |
|
|
|
22 |
# Download the model file
|
23 |
def download_model():
|
24 |
url = "https://drive.google.com/file/d/1zUGAPg9RVgo7bWtf_-L9MXoXKldZjs1y/view?usp=drive_link"
|
25 |
+
output = "CIFAR10_Xception_(ACC_0.9704__LOSS_0.0335_).h5"
|
26 |
gdown.download(url, output, quiet=False)
|
27 |
return output
|
28 |
|