Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -349,6 +349,21 @@ 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 |
# Header section
|
| 353 |
with gr.Column(elem_classes="app-header"):
|
| 354 |
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 |
+
|
| 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 ✨")
|