ebgoldstein commited on
Commit
a41e2b9
·
verified ·
1 Parent(s): 1e44e45
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -34,7 +34,7 @@ def run_inference(interpreter, image):
34
 
35
  # Gradio interface function
36
  def predict(image):
37
- interpreter = load_tflite_model("MNv2Flood_cat_Sept2024.tflite") # Replace with your TFLite model path
38
  preprocessed_image = preprocess_image(image)
39
  prediction = run_inference(interpreter, preprocessed_image)
40
 
 
34
 
35
  # Gradio interface function
36
  def predict(image):
37
+ interpreter = load_tflite_model("MNv2Flood_cat_Mar2025.tflite") # Replace with your TFLite model path
38
  preprocessed_image = preprocess_image(image)
39
  prediction = run_inference(interpreter, preprocessed_image)
40