Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -166,7 +166,7 @@ def stream_aud(inp):
|
|
166 |
yield(pp.stream_tts(in_text=txt,model="en_US-joe-medium"))
|
167 |
|
168 |
with gr.Blocks(css=style,head=head) as b:
|
169 |
-
gr.HTML("""<h1 style='font-size:xxx-large;font-weight:900;'>
|
170 |
<h4>Piper: <a href='https://github.com/rhasspy/piper' target='_blank'>https://github.com/rhasspy/piper</a></h4>
|
171 |
<h4>PyPiperTTS: <a href='https://github.com/broadfield-dev/PyPiperTTS' target='_blank'>https://github.com/broadfield-dev/PyPiperTTS</a></h4>
|
172 |
""")
|
|
|
166 |
yield(pp.stream_tts(in_text=txt,model="en_US-joe-medium"))
|
167 |
|
168 |
with gr.Blocks(css=style,head=head) as b:
|
169 |
+
gr.HTML("""<h1 style='font-size:xxx-large;font-weight:900;'>arXiv Reader with Voice</h1>
|
170 |
<h4>Piper: <a href='https://github.com/rhasspy/piper' target='_blank'>https://github.com/rhasspy/piper</a></h4>
|
171 |
<h4>PyPiperTTS: <a href='https://github.com/broadfield-dev/PyPiperTTS' target='_blank'>https://github.com/broadfield-dev/PyPiperTTS</a></h4>
|
172 |
""")
|