Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
-
<
|
|
|
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></
|
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):
|