gina9726 commited on
Commit
03a1b99
1 Parent(s): 1dc6162

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -6,7 +6,7 @@ def greet(name):
6
  def video_identity(video):
7
  return video
8
 
9
- video_url = "https://youtu.be/yGodQAbYW_E"
10
  iface = gr.Interface(video_identity,
11
  gr.Video(),
12
  "playable_video",
@@ -14,5 +14,4 @@ iface = gr.Interface(video_identity,
14
  cache_examples=True)
15
 
16
  #iface = gr.Interface(fn=greet, inputs="text", outputs="text")
17
- #iface = gr.FileExplorer(···)
18
  iface.launch()
 
6
  def video_identity(video):
7
  return video
8
 
9
+ video_url = "https://ak.picdn.net/shutterstock/videos/21179416/preview/stock-footage-aerial-shot-winter-forest.mp4"
10
  iface = gr.Interface(video_identity,
11
  gr.Video(),
12
  "playable_video",
 
14
  cache_examples=True)
15
 
16
  #iface = gr.Interface(fn=greet, inputs="text", outputs="text")
 
17
  iface.launch()