Spaces:
Running
Running
switch illframes and ner position
Browse files
app.py
CHANGED
@@ -38,8 +38,8 @@ with gr.Blocks() as demo:
|
|
38 |
""")
|
39 |
|
40 |
gr.TabbedInterface(
|
41 |
-
interface_list=[cap_demo, manifesto_demo, sentiment_demo, emotion_demo, e9_demo, ner_demo,
|
42 |
-
tab_names=["CAP", "Manifesto", "Sentiment (3)", "Emotions (6)","Emotions (9)", "Named Entity Recognition",
|
43 |
)
|
44 |
|
45 |
if __name__ == "__main__":
|
|
|
38 |
""")
|
39 |
|
40 |
gr.TabbedInterface(
|
41 |
+
interface_list=[cap_demo, manifesto_demo, sentiment_demo, emotion_demo, e9_demo,illframes_demo, ner_demo, ontolisst_demo],
|
42 |
+
tab_names=["CAP", "Manifesto", "Sentiment (3)", "Emotions (6)","Emotions (9)", "ILLFRAMES", "Named Entity Recognition", "ONTOLISST"],
|
43 |
)
|
44 |
|
45 |
if __name__ == "__main__":
|