abcde1234www commited on
Commit
92a1f57
1 Parent(s): d265e22

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -14
app.py CHANGED
@@ -20,20 +20,7 @@ def main():
20
 
21
  with gr.Blocks() as demo:
22
  gr.Markdown(
23
- """
24
- <h1 align="center">Balacoon🦝 Text-to-Speech</h1>
25
-
26
- 1. Write an utterance to generate,
27
- 2. Select the model to synthesize with
28
- 3. Select speaker (only for multi-speaker models)
29
- 4. Hit "Generate" and listen to the result!
30
-
31
- When you select model for the first time,
32
- it will take a little time to download it.
33
- You can learn more about models available
34
- [here](https://huggingface.co/balacoon/tts),
35
- visit [Balacoon website](https://balacoon.com/) for more info.
36
- """
37
  )
38
  with gr.Row(variant="panel"):
39
  text = gr.Textbox(label="Text", placeholder="Type something here...")
 
20
 
21
  with gr.Blocks() as demo:
22
  gr.Markdown(
23
+
 
 
 
 
 
 
 
 
 
 
 
 
 
24
  )
25
  with gr.Row(variant="panel"):
26
  text = gr.Textbox(label="Text", placeholder="Type something here...")