lorenzoscottb commited on
Commit
9c04621
β€’
1 Parent(s): a7b3d15

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -79,7 +79,7 @@ def predict(text):
79
  t = pipe_S(text)
80
  return t
81
  interface_model_S = gr.Interface(
82
- fn=pipe_S,
83
  inputs='text',
84
  outputs='label',
85
  title="SA Base English-Only",
 
79
  t = pipe_S(text)
80
  return t
81
  interface_model_S = gr.Interface(
82
+ fn=predict,
83
  inputs='text',
84
  outputs='label',
85
  title="SA Base English-Only",