Spaces:
Build error
Build error
bill-jiang
commited on
Commit
•
fdf81a7
1
Parent(s):
8217512
Fix typos
Browse files
app.py
CHANGED
@@ -384,7 +384,7 @@ with gr.Blocks(css=customCSS) as demo:
|
|
384 |
Video_Components_example.format(
|
385 |
video_path="assets/videos/example3.mp4",
|
386 |
video_fname="example3.mp4")),
|
387 |
-
("
|
388 |
Video_Components_example.format(
|
389 |
video_path="assets/videos/example5.mp4",
|
390 |
video_fname="example5.mp4")),
|
@@ -455,7 +455,7 @@ with gr.Blocks(css=customCSS) as demo:
|
|
455 |
|
456 |
t2t_examples = gr.State([
|
457 |
(None,
|
458 |
-
"💡 Of
|
459 |
),
|
460 |
('Depict a motion as like you have seen it.',
|
461 |
"A person slowly walked forward in rigth direction while making the circle"
|
|
|
384 |
Video_Components_example.format(
|
385 |
video_path="assets/videos/example3.mp4",
|
386 |
video_fname="example3.mp4")),
|
387 |
+
("Imagine a person is practing balancing on one leg.",
|
388 |
Video_Components_example.format(
|
389 |
video_path="assets/videos/example5.mp4",
|
390 |
video_fname="example5.mp4")),
|
|
|
455 |
|
456 |
t2t_examples = gr.State([
|
457 |
(None,
|
458 |
+
"💡 Of course, you can also purely chat with me and let me give you human motion in text, here are some examples!"
|
459 |
),
|
460 |
('Depict a motion as like you have seen it.',
|
461 |
"A person slowly walked forward in rigth direction while making the circle"
|