Spaces:
Running
Running
Commit
Β·
48bc1e6
1
Parent(s):
78b8f3b
Update app.py
Browse files
app.py
CHANGED
@@ -78,28 +78,28 @@ interface_words = gr.Interface(
|
|
78 |
)
|
79 |
|
80 |
interface_model_L = gr.Interface.load(
|
81 |
-
name="
|
82 |
description=description_L,
|
83 |
examples=examples,
|
84 |
title="SA Large Multilingual",
|
85 |
)
|
86 |
|
87 |
interface_model_S = gr.Interface.load(
|
88 |
-
name="
|
89 |
description=description_S,
|
90 |
examples=examples[0],
|
91 |
title="SA Base English-Only",
|
92 |
)
|
93 |
|
94 |
interface_model_G = gr.Interface.load(
|
95 |
-
name="
|
96 |
description=description_G,
|
97 |
examples=examples_g,
|
98 |
title="SA Generation",
|
99 |
)
|
100 |
|
101 |
interface_model_RE = gr.Interface.load(
|
102 |
-
name="
|
103 |
description=description_R,
|
104 |
examples=examples_re,
|
105 |
title="RE Generation",
|
@@ -107,7 +107,7 @@ interface_model_RE = gr.Interface.load(
|
|
107 |
)
|
108 |
|
109 |
interface_model_NER = gr.Interface.load(
|
110 |
-
name="
|
111 |
description=description_GNER,
|
112 |
examples=examples_g,
|
113 |
title="NER Generation",
|
|
|
78 |
)
|
79 |
|
80 |
interface_model_L = gr.Interface.load(
|
81 |
+
name="DReAMy-lib/xlm-roberta-large-DreamBank-emotion-presence",
|
82 |
description=description_L,
|
83 |
examples=examples,
|
84 |
title="SA Large Multilingual",
|
85 |
)
|
86 |
|
87 |
interface_model_S = gr.Interface.load(
|
88 |
+
name="DReAMy-lib/bert-base-cased-DreamBank-emotion-presence",
|
89 |
description=description_S,
|
90 |
examples=examples[0],
|
91 |
title="SA Base English-Only",
|
92 |
)
|
93 |
|
94 |
interface_model_G = gr.Interface.load(
|
95 |
+
name="DReAMy-lib/t5-base-DreamBank-Generation-Emot-Char",
|
96 |
description=description_G,
|
97 |
examples=examples_g,
|
98 |
title="SA Generation",
|
99 |
)
|
100 |
|
101 |
interface_model_RE = gr.Interface.load(
|
102 |
+
name="DReAMy-lib/t5-base-DreamBank-Generation-Act-Char",
|
103 |
description=description_R,
|
104 |
examples=examples_re,
|
105 |
title="RE Generation",
|
|
|
107 |
)
|
108 |
|
109 |
interface_model_NER = gr.Interface.load(
|
110 |
+
name="DReAMy-lib/t5-base-DreamBank-Generation-NER-Char",
|
111 |
description=description_GNER,
|
112 |
examples=examples_g,
|
113 |
title="NER Generation",
|