aijack commited on
Commit
03aba2b
·
1 Parent(s): 2d4214c

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
  article = "<p style='text-align: center'><a href='http://claireye.com.tw'>Claireye</a> | 2023</p>"
61
- examples = [['test1.jpg', 'aijack/v8m', 640, 0.25, 0.45], ['test2.jepg', 'aijack/v8x', 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
  article = "<p style='text-align: center'><a href='http://claireye.com.tw'>Claireye</a> | 2023</p>"
61
+ examples = [['test1.jpg', 'aijack/v8m', 640, 0.25, 0.45], ['test2.jpeg', 'aijack/v8x', 1280, 0.25, 0.45]]
62
  demo_app = gr.Interface(
63
  fn=yolov8_go,
64
  inputs=inputs,