Update app.py
Browse files
app.py
CHANGED
@@ -149,5 +149,4 @@ audio_model = gr.Interface(fn=emotion, inputs="textbox", outputs="textbox")
|
|
149 |
|
150 |
main_model = gr.TabbedInterface([text_model, image_mode,audio_model], ["Text Emotion Recognition", "Image Emotion Recognition" , "Audio Emotion Recognition"])
|
151 |
|
152 |
-
|
153 |
-
main_model.launch()
|
|
|
149 |
|
150 |
main_model = gr.TabbedInterface([text_model, image_mode,audio_model], ["Text Emotion Recognition", "Image Emotion Recognition" , "Audio Emotion Recognition"])
|
151 |
|
152 |
+
main_model.launch()
|
|