poltextlab commited on
Commit
ce666e1
·
verified ·
1 Parent(s): 1c7d65e

switch illframes and ner position

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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, illframes_demo, ontolisst_demo],
42
- tab_names=["CAP", "Manifesto", "Sentiment (3)", "Emotions (6)","Emotions (9)", "Named Entity Recognition", "ILLFRAMES", "ONTOLISST"],
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__":