yuragoithf commited on
Commit
2e2d823
·
verified ·
1 Parent(s): 1f60149

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -28,10 +28,11 @@ def download_model():
28
  gdown.download(url, output, quiet=False)
29
  return output
30
 
31
- model_file = download_model()
 
32
 
33
  # Load the model
34
- model = keras.saving.load_model(model_file)
35
 
36
  # Perform image classification for single class output
37
  # def predict_class(image):
 
28
  gdown.download(url, output, quiet=False)
29
  return output
30
 
31
+ #model_file = download_model()
32
+ download_model()
33
 
34
  # Load the model
35
+ model = keras.saving.load_model("modelV2Lmixed.keras")
36
 
37
  # Perform image classification for single class output
38
  # def predict_class(image):