yuragoithf
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -22,7 +22,7 @@ labels = {
|
|
22 |
|
23 |
# Download the model file
|
24 |
def download_model():
|
25 |
-
url = "https://drive.google.com/uc?id=
|
26 |
output = "modelV2Lmixed.keras"
|
27 |
gdown.download(url, output, quiet=False)
|
28 |
return output
|
|
|
22 |
|
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
|