apailang commited on
Commit
99ac926
β€’
1 Parent(s): d177d66

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -137,7 +137,7 @@ c = os.path.join(os.path.dirname(__file__), "data/c.mp4") # Video
137
 
138
 
139
  demo = gr.Interface(
140
- fn=lambda x: x,
141
  inputs=gr.Video(),
142
  outputs=gr.Video(),
143
  examples=[
 
137
 
138
 
139
  demo = gr.Interface(
140
+ fn=detect_video,
141
  inputs=gr.Video(),
142
  outputs=gr.Video(),
143
  examples=[