Update app.py
Browse files
app.py
CHANGED
|
@@ -32,9 +32,9 @@ css = """
|
|
| 32 |
|
| 33 |
with gr.Blocks(css=css) as demo:
|
| 34 |
with gr.Column(elem_id="col-container"):
|
| 35 |
-
gr.Markdown(f"""#
|
| 36 |
[[YouTube Videos]](https://www.youtube.com/watch?v=bq4nAVbYQQU)
|
| 37 |
-
[[
|
| 38 |
""")
|
| 39 |
|
| 40 |
with gr.Row():
|
|
|
|
| 32 |
|
| 33 |
with gr.Blocks(css=css) as demo:
|
| 34 |
with gr.Column(elem_id="col-container"):
|
| 35 |
+
gr.Markdown(f"""# WanX 2.1 (Tongyi Wanxiang 2.1), the latest powerful text to video generation model developed by the WanX Team from Tongyi Lab, Alibaba Group.
|
| 36 |
[[YouTube Videos]](https://www.youtube.com/watch?v=bq4nAVbYQQU)
|
| 37 |
+
[[WanX WEB]](https://tongyi.aliyun.com/wanxiang/videoCreation)
|
| 38 |
""")
|
| 39 |
|
| 40 |
with gr.Row():
|