Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -213,7 +213,7 @@ def ui():
|
|
| 213 |
|
| 214 |
with gr.Blocks() as demo:
|
| 215 |
# gr.Markdown("<center><h1 style='font-size: 40px;'>KOKORO TTS</h1></center>") # Larger title with CSS
|
| 216 |
-
gr.Markdown("[Install on Your Local System
|
| 217 |
lang_list = ['American English', 'British English', 'Hindi', 'Spanish', 'French', 'Italian', 'Brazilian Portuguese', 'Japanese', 'Mandarin Chinese']
|
| 218 |
voice_names = get_voice_names("hexgrad/Kokoro-82M")
|
| 219 |
|
|
@@ -275,6 +275,7 @@ def tutorial():
|
|
| 275 |
- **"m_"**: Male
|
| 276 |
"""
|
| 277 |
with gr.Blocks() as demo2:
|
|
|
|
| 278 |
gr.Markdown(explanation) # Display the explanation
|
| 279 |
return demo2
|
| 280 |
|
|
|
|
| 213 |
|
| 214 |
with gr.Blocks() as demo:
|
| 215 |
# gr.Markdown("<center><h1 style='font-size: 40px;'>KOKORO TTS</h1></center>") # Larger title with CSS
|
| 216 |
+
gr.Markdown("[Install on Your Local System](https://github.com/NeuralFalconYT/kokoro_v1)")
|
| 217 |
lang_list = ['American English', 'British English', 'Hindi', 'Spanish', 'French', 'Italian', 'Brazilian Portuguese', 'Japanese', 'Mandarin Chinese']
|
| 218 |
voice_names = get_voice_names("hexgrad/Kokoro-82M")
|
| 219 |
|
|
|
|
| 275 |
- **"m_"**: Male
|
| 276 |
"""
|
| 277 |
with gr.Blocks() as demo2:
|
| 278 |
+
gr.Markdown("[Install on Your Local System](https://github.com/NeuralFalconYT/kokoro_v1)")
|
| 279 |
gr.Markdown(explanation) # Display the explanation
|
| 280 |
return demo2
|
| 281 |
|