Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -92,7 +92,7 @@ POTATO_TREATMENTS = {
|
|
| 92 |
}
|
| 93 |
|
| 94 |
# --- TOMATO CONFIGURATION ---
|
| 95 |
-
TOMATO_MODEL_PATH = "
|
| 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',
|