Dricz commited on
Commit
a78ff7a
1 Parent(s): 32e411e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -93,7 +93,9 @@ outputs = [gr.Image( type="pil", label="Output Image"),
93
  ]
94
 
95
  examples = [
96
- ["/home/user/app/images/jagung7.jpg", 640, 0.3, 0.6]
 
 
97
  ]
98
 
99
  title = """Corn Diseases Detection Finetuned YOLOv8
 
93
  ]
94
 
95
  examples = [
96
+ ["/home/user/app/images/jagung7.jpg", 640, 0.3, 0.6],
97
+ ["/home/user/app/images/jagung4.jpeg", 640, 0.3, 0.6],
98
+ ["/home/user/app/images/jagung6.jpeg", 640, 0.3, 0.6]
99
  ]
100
 
101
  title = """Corn Diseases Detection Finetuned YOLOv8