Nior18867 commited on
Commit
8dbb2e9
·
verified ·
1 Parent(s): 9bebaca

Fix UTM URL format - remove spaces

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -387,7 +387,7 @@ with gr.Blocks(css=CUSTOM_CSS, title="Image Upscaler Comparison") as demo:
387
  <div class="hero-container">
388
  <div class="hero-badge">WAVESPEED AI</div>
389
  <h1 class="hero-title">Image Upscaler Comparison</h1>
390
- <p class="hero-desc">Compare Image Upscaler vs Ultimate Upscaler side by side. Try on <a href="https://wavespeed.ai/models?utm_source=huggingface_space + upscaler_comparison"</a></p>
391
  </div>
392
  """)
393
 
@@ -401,7 +401,7 @@ with gr.Blocks(css=CUSTOM_CSS, title="Image Upscaler Comparison") as demo:
401
  <svg width="20" height="20" fill="#06b6d4" 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>
402
  API Key
403
  </span>
404
- <a href="https://wavespeed.ai/models?utm_source=huggingface_space + upscaler_comparison" target="_blank" class="get-key-btn">Get API Key</a>
405
  </div>
406
  """)
407
  api_key_input = gr.Textbox(
@@ -442,7 +442,7 @@ with gr.Blocks(css=CUSTOM_CSS, title="Image Upscaler Comparison") as demo:
442
  <div class="cta-container">
443
  <h3 class="cta-title">Want More Features?</h3>
444
  <p class="cta-desc">Higher resolutions, batch processing, and 700+ AI models</p>
445
- <a href="https://wavespeed.ai/models?utm_source=huggingface_space + upscaler_comparison" target="_blank" class="cta-btn">
446
  Explore WaveSpeed.ai
447
  </a>
448
  </div>
 
387
  <div class="hero-container">
388
  <div class="hero-badge">WAVESPEED AI</div>
389
  <h1 class="hero-title">Image Upscaler Comparison</h1>
390
+ <p class="hero-desc">Compare Image Upscaler vs Ultimate Upscaler side by side. Try on <a href="https://wavespeed.ai/models?utm_source=huggingface_space_upscaler_comparison" target="_blank" style="color: #8b5cf6; text-decoration: none; font-weight: 600;">wavespeed</a></p>
391
  </div>
392
  """)
393
 
 
401
  <svg width="20" height="20" fill="#06b6d4" 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>
402
  API Key
403
  </span>
404
+ <a href="https://wavespeed.ai/models?utm_source=huggingface_space_upscaler_comparison" target="_blank" class="get-key-btn">Get API Key</a>
405
  </div>
406
  """)
407
  api_key_input = gr.Textbox(
 
442
  <div class="cta-container">
443
  <h3 class="cta-title">Want More Features?</h3>
444
  <p class="cta-desc">Higher resolutions, batch processing, and 700+ AI models</p>
445
+ <a href="https://wavespeed.ai/models?utm_source=huggingface_space_upscaler_comparison" target="_blank" class="cta-btn">
446
  Explore WaveSpeed.ai
447
  </a>
448
  </div>