lorenzoscottb commited on
Commit
f96d1b5
β€’
1 Parent(s): ed333f5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -87,10 +87,10 @@ def predict(text):
87
  interface_model_S = gr.Interface(
88
  fn=predict,
89
  inputs='text',
90
- outputs==gr.Label(),
91
  title="SA Base English-Only",
92
  description=description_S,
93
- examples = ["I was followed by the blue monster but was not scared. I was calm and relaxed."],
94
  cache_examples=True,
95
  )
96
 
 
87
  interface_model_S = gr.Interface(
88
  fn=predict,
89
  inputs='text',
90
+ outputs=gr.Label(),
91
  title="SA Base English-Only",
92
  description=description_S,
93
+ examples=["I was followed by the blue monster but was not scared. I was calm and relaxed."],
94
  cache_examples=True,
95
  )
96