mbarnig commited on
Commit
74e7c8e
·
verified ·
1 Parent(s): a4a2f5a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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)