lorenzoscottb commited on
Commit
01c51a6
β€’
1 Parent(s): f17857a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -91,7 +91,7 @@ def predict(text):
91
  interface_model_S = gr.Interface(
92
  fn=pipe_S,
93
  inputs='text',
94
- outputs='label',
95
  examples=examples[0],
96
  title="SA Base English-Only",
97
  description=description_S,
 
91
  interface_model_S = gr.Interface(
92
  fn=pipe_S,
93
  inputs='text',
94
+ outputs=gr.Label',
95
  examples=examples[0],
96
  title="SA Base English-Only",
97
  description=description_S,