Spaces:
Sleeping
Sleeping
bubbliiiing
commited on
Commit
·
788d423
1
Parent(s):
20f746d
Update text
Browse files- easyanimate/ui/ui.py +18 -6
easyanimate/ui/ui.py
CHANGED
|
@@ -313,8 +313,12 @@ def ui():
|
|
| 313 |
with gr.Blocks(css=css) as demo:
|
| 314 |
gr.Markdown(
|
| 315 |
"""
|
| 316 |
-
# EasyAnimate:
|
| 317 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 318 |
[Github](https://github.com/aigc-apps/EasyAnimate/)
|
| 319 |
"""
|
| 320 |
)
|
|
@@ -587,8 +591,12 @@ def ui_modelscope(edition, config_path, model_name, savedir_sample):
|
|
| 587 |
with gr.Blocks(css=css) as demo:
|
| 588 |
gr.Markdown(
|
| 589 |
"""
|
| 590 |
-
# EasyAnimate:
|
| 591 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 592 |
[Github](https://github.com/aigc-apps/EasyAnimate/)
|
| 593 |
"""
|
| 594 |
)
|
|
@@ -750,8 +758,12 @@ def ui_eas(edition, config_path, model_name, savedir_sample):
|
|
| 750 |
with gr.Blocks(css=css) as demo:
|
| 751 |
gr.Markdown(
|
| 752 |
"""
|
| 753 |
-
# EasyAnimate:
|
| 754 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 755 |
[Github](https://github.com/aigc-apps/EasyAnimate/)
|
| 756 |
"""
|
| 757 |
)
|
|
|
|
| 313 |
with gr.Blocks(css=css) as demo:
|
| 314 |
gr.Markdown(
|
| 315 |
"""
|
| 316 |
+
# EasyAnimate: An End-to-End Solution for High-Resolution and Long Video Generation
|
| 317 |
+
|
| 318 |
+
Generate your videos easily.
|
| 319 |
+
|
| 320 |
+
EasyAnimate is an end-to-end solution for generating high-resolution and long videos. We can train transformer based diffusion generators, train VAEs for processing long videos, and preprocess metadata.
|
| 321 |
+
|
| 322 |
[Github](https://github.com/aigc-apps/EasyAnimate/)
|
| 323 |
"""
|
| 324 |
)
|
|
|
|
| 591 |
with gr.Blocks(css=css) as demo:
|
| 592 |
gr.Markdown(
|
| 593 |
"""
|
| 594 |
+
# EasyAnimate: An End-to-End Solution for High-Resolution and Long Video Generation
|
| 595 |
+
|
| 596 |
+
Generate your videos easily.
|
| 597 |
+
|
| 598 |
+
EasyAnimate is an end-to-end solution for generating high-resolution and long videos. We can train transformer based diffusion generators, train VAEs for processing long videos, and preprocess metadata.
|
| 599 |
+
|
| 600 |
[Github](https://github.com/aigc-apps/EasyAnimate/)
|
| 601 |
"""
|
| 602 |
)
|
|
|
|
| 758 |
with gr.Blocks(css=css) as demo:
|
| 759 |
gr.Markdown(
|
| 760 |
"""
|
| 761 |
+
# EasyAnimate: An End-to-End Solution for High-Resolution and Long Video Generation
|
| 762 |
+
|
| 763 |
+
Generate your videos easily.
|
| 764 |
+
|
| 765 |
+
EasyAnimate is an end-to-end solution for generating high-resolution and long videos. We can train transformer based diffusion generators, train VAEs for processing long videos, and preprocess metadata.
|
| 766 |
+
|
| 767 |
[Github](https://github.com/aigc-apps/EasyAnimate/)
|
| 768 |
"""
|
| 769 |
)
|