paoyingheng commited on
Commit
7d09b16
1 Parent(s): fcadaf3

edited app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -33,11 +33,11 @@ inputs = [
33
 
34
  outputs = gr.Image(type="filepath", label="Output Image")
35
 
36
- title = "Detection and Classification of Parasitic Eggs in Microscopic Images with YOLOv8"
37
 
38
- examples = [['one.jpg', 640, 0.5, 0.7],
39
- ['two.jpg', 800, 0.5, 0.6],
40
- ['three.jpg', 900, 0.5, 0.8]]
41
 
42
  # Creating the Gradio interface
43
  yolo_app = gr.Interface(
 
33
 
34
  outputs = gr.Image(type="filepath", label="Output Image")
35
 
36
+ title = "Detection and Classification of Parasite Eggs in Microscopic Images with YOLOv8"
37
 
38
+ examples = [['one.jpg', 640, 0.5, 0.5],
39
+ ['two.jpg', 800, 0.5, 0.5],
40
+ ['three.jpg', 800, 0.5, 0.5]]
41
 
42
  # Creating the Gradio interface
43
  yolo_app = gr.Interface(