Spaces:
Running
on
Zero
Running
on
Zero
Upload app.py
Browse files
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__':
|