broadfield commited on
Commit
c54e11c
·
verified ·
1 Parent(s): 47ae851

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -168,9 +168,10 @@ def stream_aud(inp):
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
- <center><div><h7 style="float:left;">Piper: <a href='https://github.com/rhasspy/piper' target='_blank'>https://github.com/rhasspy/piper</a></h7><br>
 
172
  <h7 style="float:left;">PyPiperTTS: <a href='https://github.com/broadfield-dev/PyPiperTTS' target='_blank'>https://github.com/broadfield-dev/PyPiperTTS</a></h7>
173
- </div></center></div></center>""")
174
  with gr.Row():
175
  gr.Column(scale=1)
176
  with gr.Column(scale=3):
 
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
+ <div style="position:relative;">
172
+ <h7 style="float:left;">Piper: <a href='https://github.com/rhasspy/piper' target='_blank'>https://github.com/rhasspy/piper</a></h7><br>
173
  <h7 style="float:left;">PyPiperTTS: <a href='https://github.com/broadfield-dev/PyPiperTTS' target='_blank'>https://github.com/broadfield-dev/PyPiperTTS</a></h7>
174
+ </div></div></center>""")
175
  with gr.Row():
176
  gr.Column(scale=1)
177
  with gr.Column(scale=3):