hexgrad commited on
Commit
8974c6a
β€’
1 Parent(s): 6a8604c

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -501,7 +501,7 @@ Note that this Space and the underlying Kokoro model are both under development
501
  with gr.Blocks() as app:
502
  gr.TabbedInterface(
503
  [basic_tts, lf_tts, about, api_info],
504
- ['Basic TTS', 'Long-Form', 'About', 'Gradio API'],
505
  )
506
 
507
  if __name__ == '__main__':
 
501
  with gr.Blocks() as app:
502
  gr.TabbedInterface(
503
  [basic_tts, lf_tts, about, api_info],
504
+ ['πŸ—£οΈ Basic TTS', 'πŸ“– Long-Form', 'ℹ️ About', 'πŸš€ Gradio API'],
505
  )
506
 
507
  if __name__ == '__main__':