usama1355 commited on
Commit
a0413d4
·
verified ·
1 Parent(s): d1b40a5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -92,7 +92,7 @@ POTATO_TREATMENTS = {
92
  }
93
 
94
  # --- TOMATO CONFIGURATION ---
95
- TOMATO_MODEL_PATH = "TOMAto_model.tflite"
96
 
97
  TOMATO_CLASS_NAMES = [
98
  'Tomato___Bacterial_spot', 'Tomato___Early_blight', 'Tomato___Late_blight',
 
92
  }
93
 
94
  # --- TOMATO CONFIGURATION ---
95
+ TOMATO_MODEL_PATH = "tomato_model.tflite"
96
 
97
  TOMATO_CLASS_NAMES = [
98
  'Tomato___Bacterial_spot', 'Tomato___Early_blight', 'Tomato___Late_blight',