pavan2606 commited on
Commit
ae68a64
·
verified ·
1 Parent(s): e5c387b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -93,6 +93,4 @@ text_model = gr.Interface(fn=classify_emotion, inputs="textbox", outputs="textbo
93
 
94
 
95
  main_model = gr.TabbedInterface([text_model, image_mode], ["Text Emotion Recognition", "Image Emotion Recognition"])
96
-
97
- if _name_ == "_main_":
98
- main_model.launch()
 
93
 
94
 
95
  main_model = gr.TabbedInterface([text_model, image_mode], ["Text Emotion Recognition", "Image Emotion Recognition"])
96
+ main_model.launch()