aijack commited on
Commit
6ab3383
·
1 Parent(s): d82e307

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -58,7 +58,7 @@ inputs = [
58
  outputs = gr.outputs.Image(type="filepath", label="Output Image")
59
  title = "Ultralytics YOLOv8: State-of-the-Art YOLO Models"
60
 
61
- examples = [['test1.jpg', 'aijack/yv8/yv8m.pt', 640, 0.25, 0.45], ['test2', 'aijack/yv8/yv8x.pt', 1280, 0.25, 0.45]]
62
  demo_app = gr.Interface(
63
  fn=yolov8_go,
64
  inputs=inputs,
 
58
  outputs = gr.outputs.Image(type="filepath", label="Output Image")
59
  title = "Ultralytics YOLOv8: State-of-the-Art YOLO Models"
60
 
61
+ examples = [['test1.jpg', 'aijack/yv8/yv8m.pt', 640, 0.25, 0.45], ['test2.jpeg', 'aijack/yv8/yv8x.pt', 1280, 0.25, 0.45]]
62
  demo_app = gr.Interface(
63
  fn=yolov8_go,
64
  inputs=inputs,