Spaces:
Runtime error
Runtime error
Commit
·
c9f3d67
1
Parent(s):
c3052c8
Update app.py
Browse files
app.py
CHANGED
@@ -20,7 +20,7 @@ with gr.Blocks(title="Plant Leaf Detection and Classification", theme=gr.themes.
|
|
20 |
gr.Markdown("This app uses YOLOv8s, a powerful object detection model, to detect and classify plant leaves. "
|
21 |
"The model can detect various plant leaves and classify them into up to 45 different plant categories, "
|
22 |
"whether the leafs are diseased or healthy.")
|
23 |
-
gr.Markdown("If you like this app, don't forget to give it a thumbs up on Hugging Face
|
24 |
|
25 |
with gr.Row():
|
26 |
with gr.Column():
|
|
|
20 |
gr.Markdown("This app uses YOLOv8s, a powerful object detection model, to detect and classify plant leaves. "
|
21 |
"The model can detect various plant leaves and classify them into up to 45 different plant categories, "
|
22 |
"whether the leafs are diseased or healthy.")
|
23 |
+
gr.Markdown("If you like this app, don't forget to give it a thumbs up on Hugging Face!😊❤️@ www.Foduu.com")
|
24 |
|
25 |
with gr.Row():
|
26 |
with gr.Column():
|