lorenzoscottb commited on
Commit
07afc73
Β·
verified Β·
1 Parent(s): 9c04621

Update app.py

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