hexgrad commited on
Commit
ae5125c
·
verified ·
1 Parent(s): 722ea03

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -771,8 +771,8 @@ These datasets were **NOT** used to train Kokoro. They may be of interest to aca
771
 
772
  with gr.Blocks() as app:
773
  gr.TabbedInterface(
774
- [ml_tts, basic_tts, about, data_card, changelog], # lf_tts
775
- ['🔥 Latest v0.23', '🗣️ TTS v0.19', 'ℹ️ About', '📁 Data', '📝 Changelog'], # '📖 Long Form v0.19',
776
  )
777
 
778
  if __name__ == '__main__':
 
771
 
772
  with gr.Blocks() as app:
773
  gr.TabbedInterface(
774
+ [ml_tts, basic_tts, lf_tts, about, data_card, changelog],
775
+ ['🔥 Latest v0.23', '🗣️ TTS v0.19', '📖 Long Form v0.19', 'ℹ️ About', '📁 Data', '📝 Changelog'],
776
  )
777
 
778
  if __name__ == '__main__':