Spaces:
Runtime error
Runtime error
zR
commited on
Commit
Β·
28ef610
1
Parent(s):
04d446a
horse ready
Browse files
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>
|