zR commited on
Commit
28ef610
β€’
1 Parent(s): 04d446a

horse ready

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -1,4 +1,4 @@
1
- `"""
2
  THis is the main file for the gradio web demo. It uses the CogVideoX-5B model to generate videos gradio web demo.
3
  set environment variable OPENAI_API_KEY to use the OpenAI API to enhance the prompt.
4
 
@@ -304,7 +304,7 @@ with gr.Blocks() as demo:
304
  </div>
305
  <div style="text-align: center;">
306
  <a href="https://huggingface.co/THUDM/CogVideoX-5B">πŸ€— 5B(T2V) Model Hub</a> |
307
- <a href="https://huggingface.co/THUDM/CogVideoX-5B-I2V">πŸ€— 5B(I2V) Model Hub</a> |
308
  <a href="https://github.com/THUDM/CogVideo">🌐 Github</a> |
309
  <a href="https://arxiv.org/pdf/2408.06072">πŸ“œ arxiv </a>
310
  </div>
 
1
+ """
2
  THis is the main file for the gradio web demo. It uses the CogVideoX-5B model to generate videos gradio web demo.
3
  set environment variable OPENAI_API_KEY to use the OpenAI API to enhance the prompt.
4
 
 
304
  </div>
305
  <div style="text-align: center;">
306
  <a href="https://huggingface.co/THUDM/CogVideoX-5B">πŸ€— 5B(T2V) Model Hub</a> |
307
+ <a href="https://huggingface.co/THUDM/CogVideoX-5B-I2V">πŸ€— 5B(I2V) Model Hub(Coming Soon)</a> |
308
  <a href="https://github.com/THUDM/CogVideo">🌐 Github</a> |
309
  <a href="https://arxiv.org/pdf/2408.06072">πŸ“œ arxiv </a>
310
  </div>