Update app.py
Browse files
app.py
CHANGED
@@ -98,8 +98,8 @@ video_iface = gr.Interface(
|
|
98 |
title="Fire Detection using YOLOv8n on Gradio",
|
99 |
description="Upload video for inference. The Ultralytics YOLOv8n trained model is used for inference.",
|
100 |
examples=[
|
101 |
-
[os.path.join(video_directory, "video_fire_1.
|
102 |
-
[os.path.join(video_directory, "video_fire_2.
|
103 |
]
|
104 |
)
|
105 |
|
|
|
98 |
title="Fire Detection using YOLOv8n on Gradio",
|
99 |
description="Upload video for inference. The Ultralytics YOLOv8n trained model is used for inference.",
|
100 |
examples=[
|
101 |
+
[os.path.join(video_directory, "video_fire_1.mp4")],
|
102 |
+
[os.path.join(video_directory, "video_fire_2.mp4")],
|
103 |
]
|
104 |
)
|
105 |
|