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