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

new test shamik 9

Browse files
Files changed (1) hide show
  1. app.py +0 -5
app.py CHANGED
@@ -791,11 +791,6 @@ with gr.Blocks() as app:
791
  ["TTS", "Podcast", "Multi-Style"],
792
  )
793
 
794
- print("App TTS is interactive:", app_tts.interactive)
795
- print("App Podcast is interactive:", app_podcast.interactive)
796
- print("App Emotional is interactive:", app_emotional.interactive)
797
-
798
-
799
  @click.command()
800
  @click.option("--port", "-p", default=None, type=int, help="Port to run the app on")
801
  @click.option("--host", "-H", default=None, help="Host to run the app on")
 
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")
796
  @click.option("--host", "-H", default=None, help="Host to run the app on")