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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -167,8 +167,8 @@ def stream_aud(inp):
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():
 
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
+ <h2>Read arXiv papers using Piper Text-to-Voice</h2>
171
+ <h7>Piper: <a href='https://github.com/rhasspy/piper' target='_blank'>https://github.com/rhasspy/piper</a></h7><br>
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():