itachi-ai commited on
Commit
65e2788
·
verified ·
1 Parent(s): 05d0158

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -3,6 +3,7 @@ from app_helper import detect_objects
3
 
4
 
5
  # Create interface
 
6
  input_video = gr.Video(sources='upload', label="Upload a video file")
7
  output_video = gr.Video(label="Detected Objects")
8
  gr.Interface(detect_objects, inputs=input_video, outputs=output_video).launch()
 
3
 
4
 
5
  # Create interface
6
+
7
  input_video = gr.Video(sources='upload', label="Upload a video file")
8
  output_video = gr.Video(label="Detected Objects")
9
  gr.Interface(detect_objects, inputs=input_video, outputs=output_video).launch()