Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ from inference.inference import load_disease_pipeline, diagnose
|
|
6 |
Step 5: Gradio demo for disease-only model with example images
|
7 |
"""
|
8 |
# load your published model or local checkpoint
|
9 |
-
pipe = load_disease_pipeline("
|
10 |
|
11 |
# Path to examples folder
|
12 |
examples = [
|
|
|
6 |
Step 5: Gradio demo for disease-only model with example images
|
7 |
"""
|
8 |
# load your published model or local checkpoint
|
9 |
+
pipe = load_disease_pipeline("linkanjarad/mobilenet_v2_1.0_224-plant-disease-identification")
|
10 |
|
11 |
# Path to examples folder
|
12 |
examples = [
|