yuragoithf commited on
Commit
43dbf24
·
verified ·
1 Parent(s): 85a0f60

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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