Spaces:
Running
on
Zero
Running
on
Zero
Upload app.py
Browse files
app.py
CHANGED
@@ -815,7 +815,7 @@ These datasets were **not** used to train Kokoro. They may be of interest to aca
|
|
815 |
with gr.Blocks() as app:
|
816 |
gr.TabbedInterface(
|
817 |
[preview_tts, basic_tts, lf_tts, about, data_card, changelog],
|
818 |
-
['
|
819 |
)
|
820 |
|
821 |
if __name__ == '__main__':
|
|
|
815 |
with gr.Blocks() as app:
|
816 |
gr.TabbedInterface(
|
817 |
[preview_tts, basic_tts, lf_tts, about, data_card, changelog],
|
818 |
+
['🔥 Preview v0.22', '🗣️ Basic TTS v0.19', '📖 Long Form v0.19', 'ℹ️ About', '📁 Data', '📝 Changelog'],
|
819 |
)
|
820 |
|
821 |
if __name__ == '__main__':
|