change theme to dark
Browse files
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()
|