Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -287,11 +287,11 @@ def main():
|
|
| 287 |
# Define the interface inputs
|
| 288 |
|
| 289 |
with gr.Blocks() as demo:
|
| 290 |
-
gr.Markdown("# HunyuanVideo
|
| 291 |
gr.Markdown("Generate videos using the HunyuanVideo model with a prompt and two (or more) frames as conditions. Gradio / HF Spaces implementation demo.")
|
| 292 |
gr.Markdown("Unfortunately still difficult to run on ZeroGPU spaces, but getting closer. **DUPLICATE THE SPACE** and select hardware with more VRAM. I will fill out a request for GPU allocation for the demo with HF soon.")
|
| 293 |
gr.Markdown("---")
|
| 294 |
-
gr.Markdown("For more technical information check out the [original repo by dashtoon.](dashtoon/hunyuan-video-keyframe-control-lora) Special shoutout to @pftq for work on optimization and ideas.")
|
| 295 |
|
| 296 |
with gr.Row():
|
| 297 |
with gr.Column():
|
|
|
|
| 287 |
# Define the interface inputs
|
| 288 |
|
| 289 |
with gr.Blocks() as demo:
|
| 290 |
+
gr.Markdown("# HunyuanVideo Keyframe Control Lora for Video Generation")
|
| 291 |
gr.Markdown("Generate videos using the HunyuanVideo model with a prompt and two (or more) frames as conditions. Gradio / HF Spaces implementation demo.")
|
| 292 |
gr.Markdown("Unfortunately still difficult to run on ZeroGPU spaces, but getting closer. **DUPLICATE THE SPACE** and select hardware with more VRAM. I will fill out a request for GPU allocation for the demo with HF soon.")
|
| 293 |
gr.Markdown("---")
|
| 294 |
+
gr.Markdown("For more technical information check out the [original repo by dashtoon.](https://huggingface.co/dashtoon/hunyuan-video-keyframe-control-lora) Special shoutout to @pftq for work on optimization and ideas. Gradio Implementation by [AI Without Borders](https://huggingface.co/aiwithoutborders-xyz); this repo will be moved to the org's namespace once billing is sorted.")
|
| 295 |
|
| 296 |
with gr.Row():
|
| 297 |
with gr.Column():
|