poltextlab commited on
Commit
aaf15a9
·
verified ·
1 Parent(s): 4e43477

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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