Spaces:
Runtime error
Runtime error
nehulagrawal
commited on
Commit
β’
7abc3b5
1
Parent(s):
f909d93
Update app.py
Browse files
app.py
CHANGED
@@ -53,7 +53,7 @@ Curious about our secret sauce? The Foduu AI model is like a plant whisperer β
|
|
53 |
Oh, but the excitement doesn't stop there. We're plant enthusiasts, just like you! If you're craving even more plant pals in the AI family, or you're thinking, 'Hey, my plants deserve to be famous too!' β drop us a line at info@foduu.com. We're all ears, leaves, and stems!
|
54 |
|
55 |
And, hey, if you heart the universe as much as we do, show some love! Just hit that little heart button β because every time you do, a virtual garden blooms. πΌπ§‘ Let's get leafy!"""
|
56 |
-
examples = [['test-images/plant1.
|
57 |
demo_app = gr.Interface(
|
58 |
fn=yolov8_inference,
|
59 |
inputs=inputs,
|
|
|
53 |
Oh, but the excitement doesn't stop there. We're plant enthusiasts, just like you! If you're craving even more plant pals in the AI family, or you're thinking, 'Hey, my plants deserve to be famous too!' β drop us a line at info@foduu.com. We're all ears, leaves, and stems!
|
54 |
|
55 |
And, hey, if you heart the universe as much as we do, show some love! Just hit that little heart button β because every time you do, a virtual garden blooms. πΌπ§‘ Let's get leafy!"""
|
56 |
+
examples = [['test-images/plant1.jpg', 'foduucom/plant-leaf-detection-and-classification', 640, 0.25, 0.45], ['test-images/plant2.jpeg', 'foduucom/plant-leaf-detection-and-classification', 640, 0.25, 0.45], ['test-images/plant3.webp', 'foduucom/plant-leaf-detection-and-classification', 1280, 0.25, 0.45]]
|
57 |
demo_app = gr.Interface(
|
58 |
fn=yolov8_inference,
|
59 |
inputs=inputs,
|