Spaces:
Sleeping
Sleeping
Update app.py
Browse filesAdded Potato New Model Code
app.py
CHANGED
|
@@ -40,8 +40,8 @@ APPLE_MODEL_PATH = "apple_modelH.tflite"
|
|
| 40 |
APPLE_CLASS_NAMES = ['Apple Scab', 'Black Rot', 'Cedar Apple Rust', 'Healthy']
|
| 41 |
|
| 42 |
# --- POTATO CONFIGURATION ---
|
| 43 |
-
POTATO_MODEL_PATH = "
|
| 44 |
-
POTATO_CLASS_NAMES = ['
|
| 45 |
|
| 46 |
# --- TOMATO CONFIGURATION ---
|
| 47 |
TOMATO_MODEL_PATH = "TomatoModelH.tflite"
|
|
|
|
| 40 |
APPLE_CLASS_NAMES = ['Apple Scab', 'Black Rot', 'Cedar Apple Rust', 'Healthy']
|
| 41 |
|
| 42 |
# --- POTATO CONFIGURATION ---
|
| 43 |
+
POTATO_MODEL_PATH = "potato_model.tflite"
|
| 44 |
+
POTATO_CLASS_NAMES = ['Potato___Early_blight', 'Potato___Late_blight', 'Potato___healthy']
|
| 45 |
|
| 46 |
# --- TOMATO CONFIGURATION ---
|
| 47 |
TOMATO_MODEL_PATH = "TomatoModelH.tflite"
|