Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -106,6 +106,7 @@ iface = gr.Interface(
|
|
106 |
],
|
107 |
outputs=gr.Audio(label="Output", type='filepath'),
|
108 |
title="KBD TTS",
|
|
|
109 |
live=False
|
110 |
)
|
111 |
|
|
|
106 |
],
|
107 |
outputs=gr.Audio(label="Output", type='filepath'),
|
108 |
title="KBD TTS",
|
109 |
+
article="<p style='text-align: center'>The original model belongs to <a href='https://huggingface.co/anzorq' target='_blank'>anzorq</a></p>",
|
110 |
live=False
|
111 |
)
|
112 |
|