CZerion commited on
Commit
4994fc9
·
verified ·
1 Parent(s): f57ebbb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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("CZerion/crop_health_monitor")
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 = [