Spaces:
Sleeping
Sleeping
lorenzoscottb
commited on
Commit
β’
f96d1b5
1
Parent(s):
ed333f5
Update app.py
Browse files
app.py
CHANGED
@@ -87,10 +87,10 @@ def predict(text):
|
|
87 |
interface_model_S = gr.Interface(
|
88 |
fn=predict,
|
89 |
inputs='text',
|
90 |
-
outputs
|
91 |
title="SA Base English-Only",
|
92 |
description=description_S,
|
93 |
-
examples
|
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 |
|