Spaces:
Sleeping
Sleeping
Commit
·
bd2e07a
1
Parent(s):
86339f6
Update app.py
Browse files
app.py
CHANGED
@@ -44,7 +44,7 @@ def multi_label_emotions(text):
|
|
44 |
return final_dict
|
45 |
|
46 |
|
47 |
-
demo = gr.Interface(multi_label_emotions, inputs=gr.
|
48 |
outputs = gr.Label(num_top_classes=16),
|
49 |
title='Multi-label-emotion-classification')
|
50 |
|
|
|
44 |
return final_dict
|
45 |
|
46 |
|
47 |
+
demo = gr.Interface(multi_label_emotions, inputs=gr.Textbox(),
|
48 |
outputs = gr.Label(num_top_classes=16),
|
49 |
title='Multi-label-emotion-classification')
|
50 |
|