JotunnBurton commited on
Commit
82f5f52
·
verified ·
1 Parent(s): e5f042a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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(name):
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
  )