usama1355 commited on
Commit
c80fbb9
·
verified ·
1 Parent(s): b94ec4e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -82,7 +82,7 @@ POTATO_TREATMENTS = {
82
  }
83
 
84
  # --- TOMATO CONFIGURATION ---
85
- TOMATO_MODEL_PATH = "TomatoModelH.tflite"
86
 
87
  TOMATO_CLASS_NAMES = [
88
  'Tomato___Bacterial_spot', 'Tomato___Early_blight', 'Tomato___Late_blight',
 
82
  }
83
 
84
  # --- TOMATO CONFIGURATION ---
85
+ TOMATO_MODEL_PATH = "TOMAto_model.tflite"
86
 
87
  TOMATO_CLASS_NAMES = [
88
  'Tomato___Bacterial_spot', 'Tomato___Early_blight', 'Tomato___Late_blight',