Stanford-TH commited on
Commit
1b0a98b
·
verified ·
1 Parent(s): 533e9d1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ def predict(description):
14
 
15
  iface = gr.Interface(
16
  fn=predict,
17
- inputs=gr.Textarea(),
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"