SoulPerforms commited on
Commit
19a2482
·
verified ·
1 Parent(s): 8b53196

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -49,7 +49,7 @@ iface = gr.Interface(
49
  description="Upload images for inference. The Ultralytics YOLOv8n trained model is used for inference.",
50
  examples=[
51
  ["image/fire_image_1.jpg"], ["image/fire_image_2.jpg"], ["image/fire_image_3.jpg"],
52
- ["video"],
53
  ]
54
  )
55
 
 
49
  description="Upload images for inference. The Ultralytics YOLOv8n trained model is used for inference.",
50
  examples=[
51
  ["image/fire_image_1.jpg"], ["image/fire_image_2.jpg"], ["image/fire_image_3.jpg"],
52
+
53
  ]
54
  )
55