Update app.py
Browse files
app.py
CHANGED
|
@@ -186,8 +186,28 @@ def generate_video(
|
|
| 186 |
|
| 187 |
# ์ธ๋ จ๋ ํ๊ธ UI
|
| 188 |
with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
| 189 |
-
gr.Markdown("# ๐ฌ
|
| 190 |
gr.Markdown("** WAN 2.2 14B + FAST + ํ๊ธํ + ํ๋ ** - 4~8๋จ๊ณ๋ก ๋น ๋ฅธ ์์ ์์ฑ")
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 191 |
|
| 192 |
with gr.Row():
|
| 193 |
with gr.Column(scale=1):
|
|
|
|
| 186 |
|
| 187 |
# ์ธ๋ จ๋ ํ๊ธ UI
|
| 188 |
with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
| 189 |
+
gr.Markdown("# ๐ฌ WAN ๊ธฐ๋ฐ ์ด๊ณ ์ ์ด๋ฏธ์ง to ๋น๋์ค ๋ฌด๋ฃ ์์ฑ ์คํ์์ค")
|
| 190 |
gr.Markdown("** WAN 2.2 14B + FAST + ํ๊ธํ + ํ๋ ** - 4~8๋จ๊ณ๋ก ๋น ๋ฅธ ์์ ์์ฑ")
|
| 191 |
+
gr.Markdown("** ํธ๋ํฝ ์ ํ์ ๋ค์ 4๊ฐ์ ๋ฏธ๋ฌ๋ง ์๋ฒ๋ค์ ์ด์ฉํ์ฌ ๋ถ์ฐ ์ฌ์ฉ ๊ถ๊ณ ")
|
| 192 |
+
|
| 193 |
+
gr.HTML("""
|
| 194 |
+
<div style="display: flex; gap: 10px; flex-wrap: wrap; justify-content: center; margin: 20px 0;">
|
| 195 |
+
<a href="https://huggingface.co/spaces/Heartsync/wan2_2-I2V-14B-FAST" target="_blank">
|
| 196 |
+
<img src="https://img.shields.io/static/v1?label=WAN%202.2%2014B%20FAST%2B&message=Image%20to%20Video&color=%230000ff&labelColor=%23800080&logo=huggingface&logoColor=white&style=for-the-badge" alt="badge">
|
| 197 |
+
</a>
|
| 198 |
+
<a href="https://huggingface.co/spaces/ginipick/wan2_2-I2V-14B-FAST" target="_blank">
|
| 199 |
+
<img src="https://img.shields.io/static/v1?label=WAN%202.2%2014B%20FAST%2B&message=Image%20to%20Video&color=%230000ff&labelColor=%23800080&logo=huggingface&logoColor=white&style=for-the-badge" alt="badge">
|
| 200 |
+
</a>
|
| 201 |
+
<a href="https://huggingface.co/spaces/ginigen/wan2_2-I2V-14B-FAST" target="_blank">
|
| 202 |
+
<img src="https://img.shields.io/static/v1?label=WAN%202.2%2014B%20FAST%2B&message=Image%20to%20Video&color=%230000ff&labelColor=%23800080&logo=huggingface&logoColor=white&style=for-the-badge" alt="badge">
|
| 203 |
+
</a>
|
| 204 |
+
<a href="https://huggingface.co/spaces/VIDraft/wan2_2-I2V-14B-FAST" target="_blank">
|
| 205 |
+
<img src="https://img.shields.io/static/v1?label=WAN%202.2%2014B%20FAST%2B&message=Image%20to%20Video&color=%230000ff&labelColor=%23800080&logo=huggingface&logoColor=white&style=for-the-badge" alt="badge">
|
| 206 |
+
</a>
|
| 207 |
+
<a href="https://discord.gg/openfreeai" target="_blank">
|
| 208 |
+
<img src="https://img.shields.io/static/v1?label=Discord&message=Openfree%20AI&color=%230000ff&labelColor=%23800080&logo=discord&logoColor=white&style=for-the-badge" alt="badge"></a>
|
| 209 |
+
</div>
|
| 210 |
+
""")
|
| 211 |
|
| 212 |
with gr.Row():
|
| 213 |
with gr.Column(scale=1):
|