new test shamik 8
Browse files
app.py
CHANGED
@@ -789,7 +789,6 @@ with gr.Blocks() as app:
|
|
789 |
tab_interface = gr.TabbedInterface(
|
790 |
[app_tts, app_podcast, app_emotional],
|
791 |
["TTS", "Podcast", "Multi-Style"],
|
792 |
-
selected=0 # Start with the first tab (index 0)
|
793 |
)
|
794 |
|
795 |
print("App TTS is interactive:", app_tts.interactive)
|
|
|
789 |
tab_interface = gr.TabbedInterface(
|
790 |
[app_tts, app_podcast, app_emotional],
|
791 |
["TTS", "Podcast", "Multi-Style"],
|
|
|
792 |
)
|
793 |
|
794 |
print("App TTS is interactive:", app_tts.interactive)
|