YashChowdhary commited on
Commit
1868e79
·
verified ·
1 Parent(s): 490f945

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -1,5 +1,5 @@
1
  """
2
- Kokoro TTS - Academic Text-to-Speech Application
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="Kokoro TTS - Academic Text-to-Speech",
556
  theme=gr.themes.Soft(),
557
  css="""
558
  .main-title {
@@ -574,7 +574,7 @@ with gr.Blocks(
574
  # Header
575
  gr.Markdown(
576
  """
577
- # 🎙️ Kokoro TTS - Academic 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)
 
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)