Shamik88 commited on
Commit
6c35746
·
1 Parent(s): b2cdee2

new test shamik 10

Browse files
Files changed (1) hide show
  1. app.py +1 -9
app.py CHANGED
@@ -780,16 +780,8 @@ with gr.Blocks() as app:
780
  """
781
  )
782
 
783
- # Ensure all app tabs are initialized correctly
784
- app_tts = gr.Blocks()
785
- app_podcast = gr.Blocks()
786
- app_emotional = gr.Blocks()
787
-
788
  # Initialize the Tabbed Interface
789
- tab_interface = gr.TabbedInterface(
790
- [app_tts, app_podcast, app_emotional],
791
- ["TTS", "Podcast", "Multi-Style"],
792
- )
793
 
794
  @click.command()
795
  @click.option("--port", "-p", default=None, type=int, help="Port to run the app on")
 
780
  """
781
  )
782
 
 
 
 
 
 
783
  # Initialize the Tabbed Interface
784
+ gr.TabbedInterface([app_tts, app_podcast, app_emotional], ["TTS", "Podcast", "Multi-Style"])
 
 
 
785
 
786
  @click.command()
787
  @click.option("--port", "-p", default=None, type=int, help="Port to run the app on")