deepthiajith commited on
Commit
0a4b653
Β·
verified Β·
1 Parent(s): 6c8b2ac

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -325,7 +325,7 @@ demo = gr.Interface(
325
  gr.Textbox(label="πŸ“Š Prediction Summary", lines=10, interactive=False),
326
  gr.Markdown(label="πŸ“– Detailed Explanation")
327
  ],
328
- title="🌱 Plant Disease Detection with GPT-4o-mini",
329
  description="Upload a plant leaf image to detect disease, get symptoms, treatment, and optionally an expert explanation."
330
  )
331
 
 
325
  gr.Textbox(label="πŸ“Š Prediction Summary", lines=10, interactive=False),
326
  gr.Markdown(label="πŸ“– Detailed Explanation")
327
  ],
328
+ title="🌱 Plant Disease Detection App",
329
  description="Upload a plant leaf image to detect disease, get symptoms, treatment, and optionally an expert explanation."
330
  )
331