Spaces:
Running
Running
update num labels
Browse files
app.py
CHANGED
@@ -47,7 +47,7 @@ with gr.Blocks(css=css) as demo:
|
|
47 |
|
48 |
gr.TabbedInterface(
|
49 |
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],
|
50 |
-
tab_names=["CAP Major", "CAP Major + Media", "CAP Minor", "CAP Minor + Media", "Manifesto", "Sentiment (3)", "Emotions (6)","Emotions (9)", "ILLFRAMES", "Named Entity Recognition", "ONTOLISST"]
|
51 |
)
|
52 |
|
53 |
if __name__ == "__main__":
|
|
|
47 |
|
48 |
gr.TabbedInterface(
|
49 |
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],
|
50 |
+
tab_names=["CAP Major (22)", "CAP Major + Media (29)", "CAP Minor (214)", "CAP Minor + Media (231)", "Manifesto", "Sentiment (3)", "Emotions (6)","Emotions (9)", "ILLFRAMES", "Named Entity Recognition", "ONTOLISST"]
|
51 |
)
|
52 |
|
53 |
if __name__ == "__main__":
|