Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -221,10 +221,11 @@ if __name__ == "__main__":
|
|
221 |
gr.Markdown("## ✅ All models loaded successfully. Ready to use.")
|
222 |
with gr.Tabs():
|
223 |
for (title, example, speakers, tts_fn) in models:
|
224 |
-
with gr.TabItem(
|
225 |
gr.Markdown(
|
226 |
'<div align="center">'
|
227 |
f'<a><strong>{repid}</strong></a>'
|
|
|
228 |
f'<a><strong>{title}</strong></a>'
|
229 |
f'</div>'
|
230 |
)
|
|
|
221 |
gr.Markdown("## ✅ All models loaded successfully. Ready to use.")
|
222 |
with gr.Tabs():
|
223 |
for (title, example, speakers, tts_fn) in models:
|
224 |
+
with gr.TabItem(speakers[0]):
|
225 |
gr.Markdown(
|
226 |
'<div align="center">'
|
227 |
f'<a><strong>{repid}</strong></a>'
|
228 |
+
f'<br>'
|
229 |
f'<a><strong>{title}</strong></a>'
|
230 |
f'</div>'
|
231 |
)
|