Update app.py
Browse files
app.py
CHANGED
|
@@ -69,8 +69,8 @@ def predict_disease(image_path):
|
|
| 69 |
|
| 70 |
# Gradio UI
|
| 71 |
with gr.Blocks() as demo:
|
| 72 |
-
gr.Markdown("#
|
| 73 |
-
with gr.TabItem("
|
| 74 |
gr.Markdown("### Upload a crop leaf image to detect the disease and get solutions.")
|
| 75 |
image_input = gr.Image(type="filepath")
|
| 76 |
disease_btn = gr.Button("Detect Disease")
|
|
|
|
| 69 |
|
| 70 |
# Gradio UI
|
| 71 |
with gr.Blocks() as demo:
|
| 72 |
+
gr.Markdown("# Plant Disease Detection")
|
| 73 |
+
with gr.TabItem("Plant Disease Detection"):
|
| 74 |
gr.Markdown("### Upload a crop leaf image to detect the disease and get solutions.")
|
| 75 |
image_input = gr.Image(type="filepath")
|
| 76 |
disease_btn = gr.Button("Detect Disease")
|