Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -23,7 +23,7 @@ labels = {
|
|
23 |
# Download the model file
|
24 |
def download_model():
|
25 |
url = "https://drive.google.com/uc?id=12700bE-pomYKoVQ214VrpBoJ7akXcTpL"
|
26 |
-
output = "modelV2Lmixed.keras"
|
27 |
gdown.download(url, output, quiet=False)
|
28 |
return output
|
29 |
|
|
|
23 |
# Download the model file
|
24 |
def download_model():
|
25 |
url = "https://drive.google.com/uc?id=12700bE-pomYKoVQ214VrpBoJ7akXcTpL"
|
26 |
+
output = "/home/user/app/modelV2Lmixed.keras"
|
27 |
gdown.download(url, output, quiet=False)
|
28 |
return output
|
29 |
|