abdulmatinomotoso commited on
Commit
887455b
·
1 Parent(s): b578d51

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -50,5 +50,6 @@ demo = gr.Interface(multi_label_emotions, inputs=gr.inputs.Textbox(),
50
  outputs = gr.Label(num_top_classes=16),
51
  title='Multi-label-emotion-classification')
52
 
 
53
  if __name__ == '__main__':
54
  demo.launch(debug=True)
 
50
  outputs = gr.Label(num_top_classes=16),
51
  title='Multi-label-emotion-classification')
52
 
53
+
54
  if __name__ == '__main__':
55
  demo.launch(debug=True)