Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
"""
|
| 2 |
-
|
| 3 |
================================================
|
| 4 |
Created by: Yash Chowdhary
|
| 5 |
|
|
@@ -552,7 +552,7 @@ def load_sample_text(sample_key: str) -> str:
|
|
| 552 |
|
| 553 |
# Build the Gradio interface
|
| 554 |
with gr.Blocks(
|
| 555 |
-
title="
|
| 556 |
theme=gr.themes.Soft(),
|
| 557 |
css="""
|
| 558 |
.main-title {
|
|
@@ -574,7 +574,7 @@ with gr.Blocks(
|
|
| 574 |
# Header
|
| 575 |
gr.Markdown(
|
| 576 |
"""
|
| 577 |
-
# 🎙️
|
| 578 |
**Created by Yash Chowdhary**
|
| 579 |
|
| 580 |
An open-source, high-quality TTS system powered by [Kokoro-82M](https://huggingface.co/hexgrad/Kokoro-82M)
|
|
|
|
| 1 |
"""
|
| 2 |
+
Text-to-Speech Application
|
| 3 |
================================================
|
| 4 |
Created by: Yash Chowdhary
|
| 5 |
|
|
|
|
| 552 |
|
| 553 |
# Build the Gradio interface
|
| 554 |
with gr.Blocks(
|
| 555 |
+
title="Text-to-Speech",
|
| 556 |
theme=gr.themes.Soft(),
|
| 557 |
css="""
|
| 558 |
.main-title {
|
|
|
|
| 574 |
# Header
|
| 575 |
gr.Markdown(
|
| 576 |
"""
|
| 577 |
+
# 🎙️ Text-to-Speech
|
| 578 |
**Created by Yash Chowdhary**
|
| 579 |
|
| 580 |
An open-source, high-quality TTS system powered by [Kokoro-82M](https://huggingface.co/hexgrad/Kokoro-82M)
|