snackshell commited on
Commit
e488ecf
·
verified ·
1 Parent(s): fcbbf4a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -4
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
- body { background-color: #1A2B50; color: white; }
37
- h1 { color: #FFD700; text-align: center; }
38
- .gradio-button { background-color: #FFD700 !important; color: #1A2B50 !important; }
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
  """)