fffiloni commited on
Commit
57c5811
1 Parent(s): 8cbe7b4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -236,7 +236,7 @@ with gr.Blocks(css=css) as demo :
236
  value = standard_sys
237
  )
238
  gr.Examples(
239
- examples = ["examples/train.mp4"],
240
  inputs = [video_in]
241
  )
242
  with gr.Column():
 
236
  value = standard_sys
237
  )
238
  gr.Examples(
239
+ examples = ["examples/train.mp4", "examples/puppies.mp4", "examples/turtle.mp4"],
240
  inputs = [video_in]
241
  )
242
  with gr.Column():