Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -151,7 +151,7 @@ def clear_aud():
|
|
| 151 |
return None
|
| 152 |
|
| 153 |
with gr.Blocks() as b:
|
| 154 |
-
gr.HTML("<h1>Rhasspy Piper
|
| 155 |
with gr.Row():
|
| 156 |
with gr.Column(scale=2):
|
| 157 |
in_txt=gr.Textbox(label="Text",lines=10, value=my_examples)
|
|
|
|
| 151 |
return None
|
| 152 |
|
| 153 |
with gr.Blocks() as b:
|
| 154 |
+
gr.HTML("<h1>Rhasspy Piper Multi TTS Streaming</h1>")
|
| 155 |
with gr.Row():
|
| 156 |
with gr.Column(scale=2):
|
| 157 |
in_txt=gr.Textbox(label="Text",lines=10, value=my_examples)
|