zzl
commited on
Commit
·
188b22e
1
Parent(s):
4115e1a
[Misc] more desc.
Browse files- 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
|
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 |
|