ipvikas commited on
Commit
ddf8f9d
1 Parent(s): 51c2e3e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -62,6 +62,7 @@ from SpeechTranscription_ASR import ST_ASR_demo
62
  from Text_Script_from_YouTube import textScript_demo
63
 
64
  ########################################################################################################
65
- demo = gr.TabbedInterface([tts_demo, sentiment_demo, POS_demo, translation_demo, ST_ASR_demo], ["Text to speech","Sentiment Analysis","POS findings", "Language Translation","ASR"])
 
66
  if __name__ == "__main__":
67
  demo.launch()
 
62
  from Text_Script_from_YouTube import textScript_demo
63
 
64
  ########################################################################################################
65
+ demo = gr.TabbedInterface([tts_demo, sentiment_demo, POS_demo, translation_demo, ST_ASR_demo, textScript_demo],
66
+ ["Text to speech","Sentiment Analysis","POS findings", "Language Translation","ASR", "Get Text Script from YouTube video"])
67
  if __name__ == "__main__":
68
  demo.launch()