Kaelan commited on
Commit
e9ac03c
·
1 Parent(s): c39207c
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -206,7 +206,7 @@ def vid_predict(media):
206
  return save_to
207
 
208
  def run():
209
- demo = gr.Interface(fn=vid_predict, inputs=gr.Video(format='mp4'), outputs=gr.Video(), examples=examples, description=description, title='Fall detection and tracking with deep sort')
210
  demo.launch(server_name="0.0.0.0",server_port=7860)
211
 
212
  if __name__ == "__main__":
 
206
  return save_to
207
 
208
  def run():
209
+ demo = gr.Interface(fn=vid_predict, inputs=gr.Video(format='mp4'), outputs=gr.Video(), examples=examples, description=description,cache_examples=False, title='Fall detection and tracking with deep sort')
210
  demo.launch(server_name="0.0.0.0",server_port=7860)
211
 
212
  if __name__ == "__main__":