ipvikas commited on
Commit
3421150
1 Parent(s): 9e93609

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -48,6 +48,7 @@ POS_demo = gr.Interface(fn=get_POS, inputs = 'text',outputs=['text'],title = tit
48
  #POS_demo.launch(debug=True)
49
 
50
  import language_translation.py
 
51
 
52
  ########################################################################################################
53
  demo = gr.TabbedInterface([tts_demo, sentiment_demo,POS_demo,translation_demo], ["Text-to-speech","Sentiment Analysis","POS findings", "Language Translation"])
 
48
  #POS_demo.launch(debug=True)
49
 
50
  import language_translation.py
51
+ from language_translation import translation_demo
52
 
53
  ########################################################################################################
54
  demo = gr.TabbedInterface([tts_demo, sentiment_demo,POS_demo,translation_demo], ["Text-to-speech","Sentiment Analysis","POS findings", "Language Translation"])