gina9726 commited on
Commit
b8d343c
1 Parent(s): 606f4f9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ examples = [
11
  "https://ak.picdn.net/shutterstock/videos/5629184/preview/stock-footage-senior-couple-looking-through-binoculars-on-sailboat-together-shot-on-red-epic-for-high-quality-k.mp4",
12
  "https://ak.picdn.net/shutterstock/videos/1063125190/preview/stock-footage-a-beautiful-cookie-with-oranges-lies-on-a-green-tablecloth.mp4"
13
  ]
14
- iface = gr.PlayableVideo(examples)
15
  #iface = gr.Interface(video_identity,
16
  # gr.Video(),
17
  # "playable_video",
 
11
  "https://ak.picdn.net/shutterstock/videos/5629184/preview/stock-footage-senior-couple-looking-through-binoculars-on-sailboat-together-shot-on-red-epic-for-high-quality-k.mp4",
12
  "https://ak.picdn.net/shutterstock/videos/1063125190/preview/stock-footage-a-beautiful-cookie-with-oranges-lies-on-a-green-tablecloth.mp4"
13
  ]
14
+ iface = gr.PlayableVideo(examples[0])
15
  #iface = gr.Interface(video_identity,
16
  # gr.Video(),
17
  # "playable_video",