ginipick commited on
Commit
cf65276
ยท
verified ยท
1 Parent(s): 14c53a8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +21 -1
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("# ๐ŸŽฌ WAN_VO: WAN ๊ธฐ๋ฐ˜ ์ดˆ๊ณ ์† ์ด๋ฏธ์ง€ to ๋น„๋””์˜ค ๋ฌด๋ฃŒ ์ƒ์„ฑ ์˜คํ”ˆ์†Œ์Šค")
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):