mbarnig commited on
Commit
141953f
·
verified ·
1 Parent(s): 2da3fea

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 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)
 
151
  return None
152
 
153
  with gr.Blocks() as b:
154
+ gr.HTML("<h1>Piper Multi-Voice 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)