nateraw commited on
Commit
421bfbd
1 Parent(s): 00fbc06

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -177,6 +177,7 @@ iface_file = gr.Interface(
177
  enable_queue=True,
178
  examples=[
179
  ['obama.webm', 0, 4],
 
180
  ],
181
  allow_flagging=False,
182
  )
 
177
  enable_queue=True,
178
  examples=[
179
  ['obama.webm', 0, 4],
180
+ ['driving.mp4', 0, 4],
181
  ],
182
  allow_flagging=False,
183
  )