nehulagrawal commited on
Commit
7abc3b5
β€’
1 Parent(s): f909d93

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.jpeg', '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,
 
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,