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