zzl commited on
Commit
188b22e
·
1 Parent(s): 4115e1a

[Misc] more desc.

Browse files
Files changed (1) hide show
  1. demo_vid.py +1 -1
demo_vid.py CHANGED
@@ -99,7 +99,7 @@ def demo_vid():
99
 
100
  gr.Examples(examples=glob.glob("examples/*.mp4"),
101
  inputs=video,
102
- label='Example images (drag them to input windows)',
103
  run_on_click=False,
104
  )
105
 
 
99
 
100
  gr.Examples(examples=glob.glob("examples/*.mp4"),
101
  inputs=video,
102
+ label='Example videos (drag them to the input window)',
103
  run_on_click=False,
104
  )
105