Update app.py
Browse files
app.py
CHANGED
@@ -44,7 +44,10 @@ def exp2(exp_file):
|
|
44 |
return(gr.update(value=txt),gr.update(value=exp_file))
|
45 |
|
46 |
with gr.Blocks(theme="Hev832/Applio-Theme") as b:
|
47 |
-
|
|
|
|
|
|
|
48 |
with gr.Row():
|
49 |
with gr.Column(scale=1):
|
50 |
expbtn1=gr.Button("Example 1")
|
|
|
44 |
return(gr.update(value=txt),gr.update(value=exp_file))
|
45 |
|
46 |
with gr.Blocks(theme="Hev832/Applio-Theme") as b:
|
47 |
+
gr.HTML("""<h1>Piper Fast TTS</h1>
|
48 |
+
<h4>Piper: <a href='https://github.com/rhasspy/piper' target='_blank'>https://github.com/rhasspy/piper</a></h4>
|
49 |
+
<h4>PyPiperTTS: <a href='https://github.com/broadfield-dev/PyPiperTTS' target='_blank'>https://github.com/broadfield-dev/PyPiperTTS</a></h4>
|
50 |
+
""")
|
51 |
with gr.Row():
|
52 |
with gr.Column(scale=1):
|
53 |
expbtn1=gr.Button("Example 1")
|