Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -33,10 +33,9 @@ async def text_to_speech_edge(text, speaker):
|
|
33 |
with gr.Blocks(title="Amharic TTS") as demo:
|
34 |
gr.HTML("""
|
35 |
<style>
|
36 |
-
|
37 |
-
|
38 |
-
.gradio-
|
39 |
-
.gradio-textbox, .gradio-dropdown { border-color: #FFD700 !important; }
|
40 |
</style>
|
41 |
<center><h1>Amharic Text-to-Speech</h1></center>
|
42 |
""")
|
|
|
33 |
with gr.Blocks(title="Amharic TTS") as demo:
|
34 |
gr.HTML("""
|
35 |
<style>
|
36 |
+
h1 { color: #FF007F; text-align: center; }
|
37 |
+
.gradio-button { background-color: #FF007F !important; color: white !important; }
|
38 |
+
.gradio-textbox, .gradio-dropdown { border-color: #FF007F !important; }
|
|
|
39 |
</style>
|
40 |
<center><h1>Amharic Text-to-Speech</h1></center>
|
41 |
""")
|