hexgrad commited on
Commit
cbfcbd0
·
verified ·
1 Parent(s): e406312

Update app.py

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