Spaces:
Sleeping
Sleeping
lorenzoscottb
commited on
Commit
β’
f65e1f3
1
Parent(s):
c3f9066
Update app.py
Browse files
app.py
CHANGED
@@ -83,7 +83,7 @@ interface_model_S = gr.Interface(
|
|
83 |
outputs=gr.Label,
|
84 |
title="SA Base English-Only",
|
85 |
description=description_S,
|
86 |
-
examples = ["I was followed by the blue monster but was not scared. I was calm and relaxed."]
|
87 |
cache_examples=True,
|
88 |
|
89 |
)
|
@@ -110,7 +110,7 @@ interface_model_RE = gr.Interface(
|
|
110 |
|
111 |
# interface_model_NER = gr.Interface.load(
|
112 |
# "models/DReAMy-lib/t5-base-DreamBank-Generation-NER-Char",
|
113 |
-
|
114 |
# title="NER Generation",
|
115 |
# )
|
116 |
|
|
|
83 |
outputs=gr.Label,
|
84 |
title="SA Base English-Only",
|
85 |
description=description_S,
|
86 |
+
examples = ["I was followed by the blue monster but was not scared. I was calm and relaxed."],
|
87 |
cache_examples=True,
|
88 |
|
89 |
)
|
|
|
110 |
|
111 |
# interface_model_NER = gr.Interface.load(
|
112 |
# "models/DReAMy-lib/t5-base-DreamBank-Generation-NER-Char",
|
113 |
+
# examples_g = ["I'm in an auditorium. Susie S is concerned at her part in this disability awareness spoof we are preparing. I ask, 'Why not do it? Lots of AB's represent us in a patronizing way. Why shouldn't we represent ourselves in a good, funny way?' I watch the video we all made. It is funny. I try to sit on a folding chair. Some guy in front talks to me. Merle is in the audience somewhere. [BL]"]
|
114 |
# title="NER Generation",
|
115 |
# )
|
116 |
|