Spaces:
Running
Running
fix cap names
Browse files
app.py
CHANGED
@@ -45,8 +45,8 @@ with gr.Blocks(css=css) as demo:
|
|
45 |
""")
|
46 |
|
47 |
gr.TabbedInterface(
|
48 |
-
interface_list=[cap_demo, cap_media_demo, cap_minor_demo, manifesto_demo, sentiment_demo, emotion_demo, e9_demo,illframes_demo, ner_demo, ontolisst_demo],
|
49 |
-
tab_names=["CAP", "CAP Media
|
50 |
)
|
51 |
|
52 |
if __name__ == "__main__":
|
|
|
45 |
""")
|
46 |
|
47 |
gr.TabbedInterface(
|
48 |
+
interface_list=[cap_demo, cap_media_demo, cap_minor_demo, cap_minor_media_demo, manifesto_demo, sentiment_demo, emotion_demo, e9_demo,illframes_demo, ner_demo, ontolisst_demo],
|
49 |
+
tab_names=["CAP Major", "CAP Major + Media", "CAP Minor", "CAP Minor + Media", "Manifesto", "Sentiment (3)", "Emotions (6)","Emotions (9)", "ILLFRAMES", "Named Entity Recognition", "ONTOLISST"]
|
50 |
)
|
51 |
|
52 |
if __name__ == "__main__":
|