crabz commited on
Commit
e82a7e2
β€’
1 Parent(s): 4955e43

change theme to dark

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -104,5 +104,6 @@ intf = gr.Interface(fn=apply_ner, inputs="text", outputs="html", title='Slovak N
104
  "<li><em>IΕ‘la som do Petrozavodska navΕ‘tΓ­viΕ₯ vo vΓ€zbe Jurija Dmitrijeva, vedΓΊceho karelskej pobočky Memorialu.</em> (<em>Memorialu</em> classified as location instead of organization)</li></ul>"
105
  "Year is often missclassified as location, this could be fixed by introducing new time label.<br/>"
106
  "Location and organization can be difficult to distinguish in some cases, because both are suitable. Is Internation Space Station organization or location?",
107
- analytics_enabled=False)
 
108
  intf.launch()
 
104
  "<li><em>IΕ‘la som do Petrozavodska navΕ‘tΓ­viΕ₯ vo vΓ€zbe Jurija Dmitrijeva, vedΓΊceho karelskej pobočky Memorialu.</em> (<em>Memorialu</em> classified as location instead of organization)</li></ul>"
105
  "Year is often missclassified as location, this could be fixed by introducing new time label.<br/>"
106
  "Location and organization can be difficult to distinguish in some cases, because both are suitable. Is Internation Space Station organization or location?",
107
+ analytics_enabled=False,
108
+ theme='darkdefault')
109
  intf.launch()