Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -70,7 +70,7 @@ def button_on(stream):
|
|
| 70 |
def clear_aud():
|
| 71 |
return None
|
| 72 |
with gr.Blocks() as b:
|
| 73 |
-
gr.HTML("<h1>Rhasspy Piper LU Streaming</h1>")
|
| 74 |
with gr.Row():
|
| 75 |
with gr.Column(scale=2):
|
| 76 |
in_txt=gr.Textbox(label="Text",lines=10)
|
|
|
|
| 70 |
def clear_aud():
|
| 71 |
return None
|
| 72 |
with gr.Blocks() as b:
|
| 73 |
+
gr.HTML("<h1>Rhasspy Piper LU TTS Streaming</h1>")
|
| 74 |
with gr.Row():
|
| 75 |
with gr.Column(scale=2):
|
| 76 |
in_txt=gr.Textbox(label="Text",lines=10)
|