Aquibjaved commited on
Commit
a36a1d6
·
verified ·
1 Parent(s): 9352233

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ def gradio_video_processing(video):
9
 
10
  # Gradio Interface
11
  video_input = gr.Video(label="Upload a Video")
12
- video_output = gr.Video(label="Processed Video with Labels")
13
 
14
  # Create and launch Gradio interface
15
  gr.Interface(fn=gradio_video_processing, inputs=video_input, outputs=video_output, title="Fight Detection in Video").launch()
 
9
 
10
  # Gradio Interface
11
  video_input = gr.Video(label="Upload a Video")
12
+ video_output = gr.Video(label="Processed Video")
13
 
14
  # Create and launch Gradio interface
15
  gr.Interface(fn=gradio_video_processing, inputs=video_input, outputs=video_output, title="Fight Detection in Video").launch()