Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -251,7 +251,7 @@ with gr.Blocks(theme="Respair/Shiki@10.1.0", css=css) as demo:
|
|
| 251 |
with gr.Column(scale=1, elem_id="voice-preset-container"):
|
| 252 |
gr.HTML("""
|
| 253 |
<div style="background-color: rgba(255, 255, 255, 0.55); padding: 8px 12px; border-radius: 8px; backdrop-filter: blur(10px); box-shadow: 0 2px 4px rgba(0,0,0,0.08); text-align: center; max-width: 220px; margin: 0 auto 12px auto;">
|
| 254 |
-
<h3 style="color: #000000; margin: 0; font-size: 16px;"
|
| 255 |
</div>
|
| 256 |
""")
|
| 257 |
voice_preset_holder = gr.Textbox(visible=False)
|
|
|
|
| 251 |
with gr.Column(scale=1, elem_id="voice-preset-container"):
|
| 252 |
gr.HTML("""
|
| 253 |
<div style="background-color: rgba(255, 255, 255, 0.55); padding: 8px 12px; border-radius: 8px; backdrop-filter: blur(10px); box-shadow: 0 2px 4px rgba(0,0,0,0.08); text-align: center; max-width: 220px; margin: 0 auto 12px auto;">
|
| 254 |
+
<h3 style="color: #000000; margin: 0; font-size: 16px;">Examples</h3>
|
| 255 |
</div>
|
| 256 |
""")
|
| 257 |
voice_preset_holder = gr.Textbox(visible=False)
|