Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -349,21 +349,20 @@ input[type=range] {
|
|
349 |
def build_interface():
|
350 |
# Build interface with enhanced visual elements and layout
|
351 |
with gr.Blocks(css=custom_css, theme=gr.themes.Soft()) as demo:
|
352 |
-
|
353 |
-
gr.HTML(
|
354 |
-
"""
|
355 |
-
<div class='container' style='display:flex; justify-content:center; gap:12px;'>
|
356 |
-
<a href="https://huggingface.co/spaces/openfree/Best-AI" target="_blank">
|
357 |
-
<img src="https://img.shields.io/static/v1?label=OpenFree&message=BEST%20AI%20Services&color=%230000ff&labelColor=%23000080&logo=huggingface&logoColor=%23ffa500&style=for-the-badge" alt="OpenFree badge">
|
358 |
-
</a>
|
359 |
-
|
360 |
-
<a href="https://discord.gg/openfreeai" target="_blank">
|
361 |
-
<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="Discord badge">
|
362 |
-
</a>
|
363 |
-
</div>
|
364 |
"""
|
365 |
-
|
366 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
367 |
# Header section
|
368 |
with gr.Column(elem_classes="app-header"):
|
369 |
gr.Markdown("# ✨ Zonos Text-to-Speech Generator ✨")
|
|
|
349 |
def build_interface():
|
350 |
# Build interface with enhanced visual elements and layout
|
351 |
with gr.Blocks(css=custom_css, theme=gr.themes.Soft()) as demo:
|
352 |
+
gr.HTML(
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
353 |
"""
|
354 |
+
<div class='container' style='display:flex; justify-content:center; gap:12px;'>
|
355 |
+
<a href="https://huggingface.co/spaces/openfree/Best-AI" target="_blank">
|
356 |
+
<img src="https://img.shields.io/static/v1?label=OpenFree&message=BEST%20AI%20Services&color=%230000ff&labelColor=%23000080&logo=huggingface&logoColor=%23ffa500&style=for-the-badge" alt="OpenFree badge">
|
357 |
+
</a>
|
358 |
+
|
359 |
+
<a href="https://discord.gg/openfreeai" target="_blank">
|
360 |
+
<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="Discord badge">
|
361 |
+
</a>
|
362 |
+
</div>
|
363 |
+
"""
|
364 |
+
)
|
365 |
+
|
366 |
# Header section
|
367 |
with gr.Column(elem_classes="app-header"):
|
368 |
gr.Markdown("# ✨ Zonos Text-to-Speech Generator ✨")
|