Update app.py
Browse files
app.py
CHANGED
@@ -94,7 +94,7 @@ video_iface = gr.Interface(
|
|
94 |
inputs=[
|
95 |
gr.Video(label="Upload Video", interactive=True)
|
96 |
],
|
97 |
-
outputs=gr.
|
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=[
|
|
|
94 |
inputs=[
|
95 |
gr.Video(label="Upload Video", interactive=True)
|
96 |
],
|
97 |
+
outputs=gr.Image(type="numpy",label="Result"),
|
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=[
|