lorenzoscottb commited on
Commit
30ff3ca
β€’
1 Parent(s): 0871fec

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -82,7 +82,7 @@ def predict(text):
82
  interface_model_S = gr.Interface(
83
  fn=pipe_S,
84
  inputs='text',
85
- outputs=gr.Label,
86
  title="SA Base English-Only",
87
  description=description_S,
88
  examples = ["I was followed by the blue monster but was not scared. I was calm and relaxed."],
 
82
  interface_model_S = gr.Interface(
83
  fn=pipe_S,
84
  inputs='text',
85
+ outputs='label',
86
  title="SA Base English-Only",
87
  description=description_S,
88
  examples = ["I was followed by the blue monster but was not scared. I was calm and relaxed."],