Spaces:
Build error
Build error
updated
Browse files
app.py
CHANGED
@@ -63,6 +63,6 @@ from language_translation import translation_demo
|
|
63 |
from SpeechTranscription_ASR import ST_ASR_demo
|
64 |
|
65 |
########################################################################################################
|
66 |
-
demo = gr.TabbedInterface([tts_demo, sentiment_demo,POS_demo,translation_demo,ST_ASR_demo], ["Text to speech","Sentiment Analysis","POS findings", "Language Translation","ASR"])
|
67 |
if __name__ == "__main__":
|
68 |
demo.launch()
|
|
|
63 |
from SpeechTranscription_ASR import ST_ASR_demo
|
64 |
|
65 |
########################################################################################################
|
66 |
+
demo = gr.TabbedInterface([tts_demo, sentiment_demo, POS_demo, translation_demo, ST_ASR_demo], ["Text to speech","Sentiment Analysis","POS findings", "Language Translation","ASR"])
|
67 |
if __name__ == "__main__":
|
68 |
demo.launch()
|