Spaces:
Sleeping
Sleeping
Commit
·
887455b
1
Parent(s):
b578d51
Update app.py
Browse files
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)
|