broadfield commited on
Commit
b0d5f02
·
verified ·
1 Parent(s): a5e39a0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -166,7 +166,7 @@ def stream_aud(inp):
166
  yield(pp.stream_tts(in_text=txt,model="en_US-joe-medium"))
167
 
168
  with gr.Blocks(css=style,head=head) as b:
169
- gr.HTML("""<h1 style='font-size:xxx-large;font-weight:900;'>arVix Reader with Voice</h1>
170
  <h4>Piper: <a href='https://github.com/rhasspy/piper' target='_blank'>https://github.com/rhasspy/piper</a></h4>
171
  <h4>PyPiperTTS: <a href='https://github.com/broadfield-dev/PyPiperTTS' target='_blank'>https://github.com/broadfield-dev/PyPiperTTS</a></h4>
172
  """)
 
166
  yield(pp.stream_tts(in_text=txt,model="en_US-joe-medium"))
167
 
168
  with gr.Blocks(css=style,head=head) as b:
169
+ gr.HTML("""<h1 style='font-size:xxx-large;font-weight:900;'>arXiv Reader with Voice</h1>
170
  <h4>Piper: <a href='https://github.com/rhasspy/piper' target='_blank'>https://github.com/rhasspy/piper</a></h4>
171
  <h4>PyPiperTTS: <a href='https://github.com/broadfield-dev/PyPiperTTS' target='_blank'>https://github.com/broadfield-dev/PyPiperTTS</a></h4>
172
  """)