Spaces:
Runtime error
Runtime error
Commit
·
5ca2f85
1
Parent(s):
20628c9
Update app.py
Browse files
app.py
CHANGED
@@ -21,7 +21,7 @@ labels = {
|
|
21 |
|
22 |
# Download the model file
|
23 |
def download_model():
|
24 |
-
url = "https://drive.google.com/file/d/1zUGAPg9RVgo7bWtf_-L9MXoXKldZjs1y
|
25 |
output = "CIFAR10_Xception_(ACC_0.9704__LOSS_0.0335_).h5"
|
26 |
gdown.download(url, output, quiet=False)
|
27 |
return output
|
|
|
21 |
|
22 |
# Download the model file
|
23 |
def download_model():
|
24 |
+
url = "https://drive.google.com/file/d/1zUGAPg9RVgo7bWtf_-L9MXoXKldZjs1y"
|
25 |
output = "CIFAR10_Xception_(ACC_0.9704__LOSS_0.0335_).h5"
|
26 |
gdown.download(url, output, quiet=False)
|
27 |
return output
|