Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -167,7 +167,7 @@ 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 |
-
<h2>Read arXiv papers using Piper Text-to-Voice</h2></div>
|
171 |
<div style="justify-self:center;">
|
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>
|
|
|
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></div><br>
|
171 |
<div style="justify-self:center;">
|
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>
|