Spaces:
Running
Running
Update app.py
Browse files
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,
|
773 |
-
['🔥 Latest v0.23', '🗣️ TTS v0.19', '
|
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__':
|