Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -81,7 +81,7 @@ def predict(text):
|
|
81 |
interface_model_S = gr.Interface(
|
82 |
fn=predict,
|
83 |
inputs='text',
|
84 |
-
outputs=
|
85 |
title="SA Base English-Only",
|
86 |
description=description_S,
|
87 |
examples = ["I was followed by the blue monster but was not scared. I was calm and relaxed."],
|
|
|
81 |
interface_model_S = gr.Interface(
|
82 |
fn=predict,
|
83 |
inputs='text',
|
84 |
+
outputs=gr.Label,
|
85 |
title="SA Base English-Only",
|
86 |
description=description_S,
|
87 |
examples = ["I was followed by the blue monster but was not scared. I was calm and relaxed."],
|