Spaces:
Runtime error
Runtime error
theme
Browse files
app.py
CHANGED
@@ -468,7 +468,7 @@ def get_speakers(language):
|
|
468 |
|
469 |
default_language = None
|
470 |
default_speaker = None
|
471 |
-
with gr.Blocks(title="Multilingual TTS", theme="Nymbo/
|
472 |
gr.HTML("<center><h1>Multilingual TTS (Edge TTS)</h1></center>")
|
473 |
gr.HTML(f"<h2 style='color:Tomato;'> {len(language_dict)} languages supported</h3>")
|
474 |
gr.HTML(f"<p> {', '.join(language_dict.keys())} </h3>")
|
|
|
468 |
|
469 |
default_language = None
|
470 |
default_speaker = None
|
471 |
+
with gr.Blocks(title="Multilingual TTS", theme="Nymbo/Nymbo_Theme") as demo:
|
472 |
gr.HTML("<center><h1>Multilingual TTS (Edge TTS)</h1></center>")
|
473 |
gr.HTML(f"<h2 style='color:Tomato;'> {len(language_dict)} languages supported</h3>")
|
474 |
gr.HTML(f"<p> {', '.join(language_dict.keys())} </h3>")
|