Nior18867 commited on
Commit
bef672c
·
verified ·
1 Parent(s): 4c92d7e

Fix UTM URL format - remove spaces

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -408,7 +408,7 @@ with gr.Blocks(css=CUSTOM_CSS, title="Wan 2.6 Image Edit - WaveSpeed") as demo:
408
  <div class="hero-container">
409
  <div class="hero-badge">ALIBABA x WAVESPEED</div>
410
  <h1 class="hero-title">Wan 2.6 Image Edit</h1>
411
- <p class="hero-desc">AI-powered image editing with Alibaba Wan 2.6. Try on <a href="https://wavespeed.ai/models?utm_source=huggingface_space + wan_2_6_image_edit" target="_blank" style="color: #8b5cf6; text-decoration: none; font-weight: 600;">wavespeed</a></p>
412
  <div class="hero-badges">
413
  <span>
414
  <svg width="18" height="18" fill="#10b981" viewBox="0 0 20 20"><path fill-rule="evenodd" d="M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z"/></svg>
@@ -436,7 +436,7 @@ with gr.Blocks(css=CUSTOM_CSS, title="Wan 2.6 Image Edit - WaveSpeed") as demo:
436
  <svg width="20" height="20" fill="#3b82f6" viewBox="0 0 20 20"><path fill-rule="evenodd" d="M18 8a6 6 0 01-7.743 5.743L10 14l-1 1-1 1H6v2H2v-4l4.257-4.257A6 6 0 1118 8zm-6-4a1 1 0 100 2 2 2 0 012 2 1 1 0 102 0 4 4 0 00-4-4z" clip-rule="evenodd"/></svg>
437
  API Key
438
  </span>
439
- <a href="https://wavespeed.ai/models?utm_source=huggingface_space + wan_2_6_image_edit" target="_blank" class="get-key-btn">Get API Key</a>
440
  </div>
441
  """)
442
  api_key_input = gr.Textbox(
@@ -489,7 +489,7 @@ with gr.Blocks(css=CUSTOM_CSS, title="Wan 2.6 Image Edit - WaveSpeed") as demo:
489
  <div class="cta-container">
490
  <h3 class="cta-title">Want More Features?</h3>
491
  <p class="cta-desc">Higher resolutions, batch processing, and 700+ AI models</p>
492
- <a href="https://wavespeed.ai/models?utm_source=huggingface_space + wan_2_6_image_edit" target="_blank" class="cta-btn">
493
  Explore WaveSpeed.ai
494
  </a>
495
  </div>
 
408
  <div class="hero-container">
409
  <div class="hero-badge">ALIBABA x WAVESPEED</div>
410
  <h1 class="hero-title">Wan 2.6 Image Edit</h1>
411
+ <p class="hero-desc">AI-powered image editing with Alibaba Wan 2.6. Try on <a href="https://wavespeed.ai/models?utm_source=huggingface_space_wan_2_6_image_edit" target="_blank" style="color: #8b5cf6; text-decoration: none; font-weight: 600;">wavespeed</a></p>
412
  <div class="hero-badges">
413
  <span>
414
  <svg width="18" height="18" fill="#10b981" viewBox="0 0 20 20"><path fill-rule="evenodd" d="M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z"/></svg>
 
436
  <svg width="20" height="20" fill="#3b82f6" viewBox="0 0 20 20"><path fill-rule="evenodd" d="M18 8a6 6 0 01-7.743 5.743L10 14l-1 1-1 1H6v2H2v-4l4.257-4.257A6 6 0 1118 8zm-6-4a1 1 0 100 2 2 2 0 012 2 1 1 0 102 0 4 4 0 00-4-4z" clip-rule="evenodd"/></svg>
437
  API Key
438
  </span>
439
+ <a href="https://wavespeed.ai/models?utm_source=huggingface_space_wan_2_6_image_edit" target="_blank" class="get-key-btn">Get API Key</a>
440
  </div>
441
  """)
442
  api_key_input = gr.Textbox(
 
489
  <div class="cta-container">
490
  <h3 class="cta-title">Want More Features?</h3>
491
  <p class="cta-desc">Higher resolutions, batch processing, and 700+ AI models</p>
492
+ <a href="https://wavespeed.ai/models?utm_source=huggingface_space_wan_2_6_image_edit" target="_blank" class="cta-btn">
493
  Explore WaveSpeed.ai
494
  </a>
495
  </div>