broadfield commited on
Commit
6212d30
·
verified ·
1 Parent(s): 9a9808f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -4
app.py CHANGED
@@ -166,10 +166,11 @@ 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;'>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
- """)
 
173
  with gr.Row():
174
  gr.Column(scale=1)
175
  with gr.Column(scale=3):
 
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("""<center><div><h1 style='font-size:xxx-large;font-weight:900;'>arXiv Reader with Voice</h1>
170
+ <h4>Read arXiv papers using Piper Text-to-Voice</h4>
171
+ <h7>Piper: <a href='https://github.com/rhasspy/piper' target='_blank'>https://github.com/rhasspy/piper</a></h7>
172
+ <h7>PyPiperTTS: <a href='https://github.com/broadfield-dev/PyPiperTTS' target='_blank'>https://github.com/broadfield-dev/PyPiperTTS</a></h7>
173
+ </div></center>""")
174
  with gr.Row():
175
  gr.Column(scale=1)
176
  with gr.Column(scale=3):