Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -91,9 +91,10 @@ def predict(text):
|
|
91 |
interface_model_S = gr.Interface(
|
92 |
fn=pipe_S,
|
93 |
inputs='text',
|
94 |
-
outputs='
|
95 |
examples=examples[0],
|
96 |
title="SA Base English-Only",
|
|
|
97 |
cache_examples=True,
|
98 |
|
99 |
)
|
|
|
91 |
interface_model_S = gr.Interface(
|
92 |
fn=pipe_S,
|
93 |
inputs='text',
|
94 |
+
outputs='label',
|
95 |
examples=examples[0],
|
96 |
title="SA Base English-Only",
|
97 |
+
description=description_S,
|
98 |
cache_examples=True,
|
99 |
|
100 |
)
|