Spaces:
Running
Running
Fix UTM URL format - remove spaces
Browse files
app.py
CHANGED
|
@@ -427,7 +427,7 @@ with gr.Blocks(css=CUSTOM_CSS, title="Image Expand - Bria AI x WaveSpeed") as de
|
|
| 427 |
<div class="hero-badge">BRIA AI x WAVESPEED</div>
|
| 428 |
<h1 class="hero-title">Image Expand</h1>
|
| 429 |
<p class="hero-desc">
|
| 430 |
-
Transform your images with AI-powered expansion. Intelligently extend any image to your desired aspect ratio. Try on <a href="https://wavespeed.ai/models?utm_source=
|
| 431 |
</p>
|
| 432 |
<div class="hero-badges">
|
| 433 |
<span>
|
|
@@ -454,7 +454,7 @@ with gr.Blocks(css=CUSTOM_CSS, title="Image Expand - Bria AI x WaveSpeed") as de
|
|
| 454 |
<svg width="20" height="20" fill="#8b5cf6" 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>
|
| 455 |
API Key
|
| 456 |
</span>
|
| 457 |
-
<a href="https://wavespeed.ai/models?utm_source=
|
| 458 |
</div>
|
| 459 |
""")
|
| 460 |
api_key_input = gr.Textbox(
|
|
@@ -508,7 +508,7 @@ with gr.Blocks(css=CUSTOM_CSS, title="Image Expand - Bria AI x WaveSpeed") as de
|
|
| 508 |
<div class="cta-container">
|
| 509 |
<h3 class="cta-title">Want More Features?</h3>
|
| 510 |
<p class="cta-desc">Higher resolutions, batch processing, and 700+ AI models</p>
|
| 511 |
-
<a href="https://wavespeed.ai/models?utm_source=
|
| 512 |
Explore WaveSpeed.ai
|
| 513 |
</a>
|
| 514 |
</div>
|
|
|
|
| 427 |
<div class="hero-badge">BRIA AI x WAVESPEED</div>
|
| 428 |
<h1 class="hero-title">Image Expand</h1>
|
| 429 |
<p class="hero-desc">
|
| 430 |
+
Transform your images with AI-powered expansion. Intelligently extend any image to your desired aspect ratio. Try on <a href="https://wavespeed.ai/models?utm_source=huggingface_space_bria_expand" target="_blank" style="color: #8b5cf6; text-decoration: none; font-weight: 600;">wavespeed</a>
|
| 431 |
</p>
|
| 432 |
<div class="hero-badges">
|
| 433 |
<span>
|
|
|
|
| 454 |
<svg width="20" height="20" fill="#8b5cf6" 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>
|
| 455 |
API Key
|
| 456 |
</span>
|
| 457 |
+
<a href="https://wavespeed.ai/models?utm_source=huggingface_space_bria_expand" target="_blank" class="get-key-btn">Get API Key</a>
|
| 458 |
</div>
|
| 459 |
""")
|
| 460 |
api_key_input = gr.Textbox(
|
|
|
|
| 508 |
<div class="cta-container">
|
| 509 |
<h3 class="cta-title">Want More Features?</h3>
|
| 510 |
<p class="cta-desc">Higher resolutions, batch processing, and 700+ AI models</p>
|
| 511 |
+
<a href="https://wavespeed.ai/models?utm_source=huggingface_space_bria_expand" target="_blank" class="cta-btn">
|
| 512 |
Explore WaveSpeed.ai
|
| 513 |
</a>
|
| 514 |
</div>
|