Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -541,7 +541,7 @@ def ui():
|
|
541 |
|
542 |
with gr.Blocks() as demo:
|
543 |
# gr.Markdown("<center><h1 style='font-size: 40px;'>KOKORO TTS</h1></center>") # Larger title with CSS
|
544 |
-
gr.Markdown("[This Kokoro TTS HuggingFace Space Working](https://huggingface.co/spaces/NeuralFalcon/Kokoro-TTS-Subtitle)"
|
545 |
gr.Markdown("[Install on Your Local System](https://github.com/NeuralFalconYT/kokoro_v1)")
|
546 |
lang_list = ['American English', 'British English', 'Hindi', 'Spanish', 'French', 'Italian', 'Brazilian Portuguese', 'Japanese', 'Mandarin Chinese']
|
547 |
voice_names = get_voice_names("hexgrad/Kokoro-82M")
|
@@ -610,7 +610,7 @@ def tutorial():
|
|
610 |
- **"m_"**: Male
|
611 |
"""
|
612 |
with gr.Blocks() as demo2:
|
613 |
-
gr.Markdown("[This Kokoro TTS HuggingFace Space Working](https://huggingface.co/spaces/NeuralFalcon/Kokoro-TTS-Subtitle)"
|
614 |
gr.Markdown("[Install on Your Local System](https://github.com/NeuralFalconYT/kokoro_v1)")
|
615 |
gr.Markdown(explanation) # Display the explanation
|
616 |
return demo2
|
|
|
541 |
|
542 |
with gr.Blocks() as demo:
|
543 |
# gr.Markdown("<center><h1 style='font-size: 40px;'>KOKORO TTS</h1></center>") # Larger title with CSS
|
544 |
+
gr.Markdown("[This Kokoro TTS HuggingFace Space Working](https://huggingface.co/spaces/NeuralFalcon/Kokoro-TTS-Subtitle)")
|
545 |
gr.Markdown("[Install on Your Local System](https://github.com/NeuralFalconYT/kokoro_v1)")
|
546 |
lang_list = ['American English', 'British English', 'Hindi', 'Spanish', 'French', 'Italian', 'Brazilian Portuguese', 'Japanese', 'Mandarin Chinese']
|
547 |
voice_names = get_voice_names("hexgrad/Kokoro-82M")
|
|
|
610 |
- **"m_"**: Male
|
611 |
"""
|
612 |
with gr.Blocks() as demo2:
|
613 |
+
gr.Markdown("[This Kokoro TTS HuggingFace Space Working](https://huggingface.co/spaces/NeuralFalcon/Kokoro-TTS-Subtitle)")
|
614 |
gr.Markdown("[Install on Your Local System](https://github.com/NeuralFalconYT/kokoro_v1)")
|
615 |
gr.Markdown(explanation) # Display the explanation
|
616 |
return demo2
|