SoulPerforms commited on
Commit
aac5a2a
·
verified ·
1 Parent(s): 3e7ebfd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.Video(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=[
 
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=[