Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -83,7 +83,7 @@ def speak(text):
|
|
83 |
return (24000, wav.detach().cpu())
|
84 |
|
85 |
with gr.Blocks() as demo:
|
86 |
-
gr.Markdown('# TTTS\n\
|
87 |
txt = gr.Textbox(label="Text to say", interactive=True, value="大家好,今天来点大家想看的东西。")
|
88 |
btn = gr.Button("Say")
|
89 |
aud = gr.Audio(interactive=False)
|
|
|
83 |
return (24000, wav.detach().cpu())
|
84 |
|
85 |
with gr.Blocks() as demo:
|
86 |
+
gr.Markdown('# TTTS\n\nAn **unofficial** demo of [TTTS](https://github.com/adelacvg/ttts) based on XTTS. TTTS only supports Chinese.')
|
87 |
txt = gr.Textbox(label="Text to say", interactive=True, value="大家好,今天来点大家想看的东西。")
|
88 |
btn = gr.Button("Say")
|
89 |
aud = gr.Audio(interactive=False)
|