Update app.py
Browse files
app.py
CHANGED
@@ -26,7 +26,6 @@ interface = gr.Interface(
|
|
26 |
num_top_classes=4,
|
27 |
label='Emotion in the Text'
|
28 |
),
|
29 |
-
verbose=True,
|
30 |
title="Emotion Classifier",
|
31 |
theme='soft'
|
32 |
)
|
|
|
26 |
num_top_classes=4,
|
27 |
label='Emotion in the Text'
|
28 |
),
|
|
|
29 |
title="Emotion Classifier",
|
30 |
theme='soft'
|
31 |
)
|