Spaces:
Running
Running
Fabrice-TIERCELIN
commited on
Footer at the bottom
Browse files
app.py
CHANGED
@@ -140,10 +140,10 @@ def create_demo(model_path):
|
|
140 |
with gr.Row():
|
141 |
output = gr.Video(label = "Generated Video", autoplay = True)
|
142 |
|
143 |
-
|
144 |
## **Alternatives**
|
145 |
If you can't use _Hunyuan Video_, you can use _[CogVideoX](https://huggingface.co/spaces/THUDM/CogVideoX-5B-Space)_ or _[LTX Video Playground](https://huggingface.co/spaces/Lightricks/LTX-Video-Playground)_ instead.
|
146 |
-
|
147 |
|
148 |
generate_btn.click(
|
149 |
fn=lambda *inputs: generate_video(model, *inputs),
|
|
|
140 |
with gr.Row():
|
141 |
output = gr.Video(label = "Generated Video", autoplay = True)
|
142 |
|
143 |
+
gr.Markdown("""
|
144 |
## **Alternatives**
|
145 |
If you can't use _Hunyuan Video_, you can use _[CogVideoX](https://huggingface.co/spaces/THUDM/CogVideoX-5B-Space)_ or _[LTX Video Playground](https://huggingface.co/spaces/Lightricks/LTX-Video-Playground)_ instead.
|
146 |
+
""")
|
147 |
|
148 |
generate_btn.click(
|
149 |
fn=lambda *inputs: generate_video(model, *inputs),
|