Spaces:
Sleeping
Sleeping
lorenzoscottb
commited on
Commit
β’
9c04621
1
Parent(s):
a7b3d15
Update app.py
Browse files
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=
|
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",
|