Spaces:
Running
on
Zero
Running
on
Zero
Upload app.py
Browse files
app.py
CHANGED
@@ -747,7 +747,8 @@ with gr.Blocks() as changelog:
|
|
747 |
gr.Markdown('''
|
748 |
**8 Dec 2024**<br/>
|
749 |
🚀 Model Preview v0.22<br/>
|
750 |
-
|
|
|
751 |
📁 Added data card
|
752 |
|
753 |
**30 Nov 2024**<br/>
|
@@ -813,8 +814,8 @@ These datasets were **not** used to train Kokoro. They may be of interest to aca
|
|
813 |
|
814 |
with gr.Blocks() as app:
|
815 |
gr.TabbedInterface(
|
816 |
-
[preview_tts, basic_tts, lf_tts, about,
|
817 |
-
['🧪 Preview v0.22', '🔥 Basic TTS v0.19', '📖 Long Form v0.19', 'ℹ️ About', '
|
818 |
)
|
819 |
|
820 |
if __name__ == '__main__':
|
|
|
747 |
gr.Markdown('''
|
748 |
**8 Dec 2024**<br/>
|
749 |
🚀 Model Preview v0.22<br/>
|
750 |
+
🌐 5 languages: English, Chinese, Japanese, Korean, French<br/>
|
751 |
+
🗣️ 68 total voices<br/>
|
752 |
📁 Added data card
|
753 |
|
754 |
**30 Nov 2024**<br/>
|
|
|
814 |
|
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__':
|