yuragoithf commited on
Commit
574276f
·
verified ·
1 Parent(s): 130f1d3

Update app.py

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