Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -37,7 +37,7 @@ with gr.Blocks() as demo:
|
|
37 |
""")
|
38 |
|
39 |
gr.TabbedInterface(
|
40 |
-
interface_list=[cap_demo, manifesto_demo, sentiment_demo, emotion_demo, ner_demo, illframes_demo],
|
41 |
tab_names=["CAP", "Manifesto", "Sentiment (3)", "Emotions (6)", "Named Entity Recognition", "ILLFRAMES", "ONTOLISST"],
|
42 |
)
|
43 |
|
|
|
37 |
""")
|
38 |
|
39 |
gr.TabbedInterface(
|
40 |
+
interface_list=[cap_demo, manifesto_demo, sentiment_demo, emotion_demo, ner_demo, illframes_demo, ontolisst_demo],
|
41 |
tab_names=["CAP", "Manifesto", "Sentiment (3)", "Emotions (6)", "Named Entity Recognition", "ILLFRAMES", "ONTOLISST"],
|
42 |
)
|
43 |
|