chaojiemao commited on
Commit
ea5a86a
·
verified ·
1 Parent(s): 1c59201

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -156,13 +156,13 @@ def get_process_bar(task_id, status):
156
  with gr.Blocks() as demo:
157
  gr.Markdown("""
158
  <div style="text-align: center; font-size: 32px; font-weight: bold; margin-bottom: 20px;">
159
- WanX (Tongyi Wanxiang)
160
  </div>
161
  <div style="text-align: center; font-size: 16px; font-weight: normal; margin-bottom: 20px;">
162
  The latest powerful text to video generation model developed by the WanX Team from Tongyi Lab, Alibaba Group.
163
  </div>
164
  <div style="text-align: center;">
165
- <a href="https://www.youtube.com/watch?v=bq4nAVbYQQU">YouTube Videos</a> |
166
  <a href="https://tongyi.aliyun.com/wanxiang/videoCreation">WanX WEB</a>
167
  </div>
168
  """)
 
156
  with gr.Blocks() as demo:
157
  gr.Markdown("""
158
  <div style="text-align: center; font-size: 32px; font-weight: bold; margin-bottom: 20px;">
159
+ WanX
160
  </div>
161
  <div style="text-align: center; font-size: 16px; font-weight: normal; margin-bottom: 20px;">
162
  The latest powerful text to video generation model developed by the WanX Team from Tongyi Lab, Alibaba Group.
163
  </div>
164
  <div style="text-align: center;">
165
+ <a href="https://x.com/Alibaba_WanX">WanX X</a> |
166
  <a href="https://tongyi.aliyun.com/wanxiang/videoCreation">WanX WEB</a>
167
  </div>
168
  """)