Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -128,7 +128,12 @@ def create_demo(model_path):
|
|
128 |
if torch.cuda.device_count() == 0:
|
129 |
with gr.Row():
|
130 |
gr.HTML("""
|
131 |
-
<p style="background-color: red;"><big><big><big><b>⚠️To use <i>Hunyuan Video</i>, ""
|
|
|
|
|
|
|
|
|
|
|
132 |
gr.Markdown("# Hunyuan Video Generation")
|
133 |
|
134 |
with gr.Row():
|
|
|
128 |
if torch.cuda.device_count() == 0:
|
129 |
with gr.Row():
|
130 |
gr.HTML("""
|
131 |
+
<p style="background-color: red;"><big><big><big><b>⚠️To use <i>Hunyuan Video</i>, <a href="https://huggingface.co/spaces/Fabrice-TIERCELIN/HunyuanVideo?duplicate=true">duplicate this space</a> and set a GPU with 80 GB VRAM.</b>
|
132 |
+
|
133 |
+
You can't use <i>Hunyuan Video</i> directly here because this space runs on a CPU, which is not enough for <i>Hunyuan Video</i>. Please provide <a href="https://huggingface.co/spaces/Fabrice-TIERCELIN/HunyuanVideo/discussions/new">feedback</a> if you have issues.
|
134 |
+
</big></big></big></p><br/>
|
135 |
+
<p style="background-color: light-green;"><big>The space has been successfully deployed on A100 space on 2025-01-23. Synchronize your space to fix the errors.</big></p>
|
136 |
+
""")
|
137 |
gr.Markdown("# Hunyuan Video Generation")
|
138 |
|
139 |
with gr.Row():
|