lorenzoscottb commited on
Commit
8e3e8da
β€’
1 Parent(s): 30ff3ca

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='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."],