Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -167,11 +167,11 @@ 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>
|
| 171 |
-
<div style="
|
| 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></
|
| 175 |
with gr.Row():
|
| 176 |
gr.Column(scale=1)
|
| 177 |
with gr.Column(scale=3):
|
|
|
|
| 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>
|
| 174 |
+
</div></center>""")
|
| 175 |
with gr.Row():
|
| 176 |
gr.Column(scale=1)
|
| 177 |
with gr.Column(scale=3):
|