Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -14,7 +14,7 @@ def predict(description):
|
|
14 |
|
15 |
iface = gr.Interface(
|
16 |
fn=predict,
|
17 |
-
inputs=gr.
|
18 |
outputs="dataframe",
|
19 |
live=False,
|
20 |
title="Emotion Prediction"
|
|
|
14 |
|
15 |
iface = gr.Interface(
|
16 |
fn=predict,
|
17 |
+
inputs=gr.TextArea(),
|
18 |
outputs="dataframe",
|
19 |
live=False,
|
20 |
title="Emotion Prediction"
|