Shamik88 commited on
Commit
ac8c37d
·
1 Parent(s): efe4639

new test shamik 8

Browse files
Files changed (1) hide show
  1. app.py +0 -1
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)