Spaces:
Build error
Build error
Update app.py
Browse files
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"])
|