Spaces:
Sleeping
Sleeping
Commit
·
48bb59c
1
Parent(s):
28913e1
Update app.py
Browse files
app.py
CHANGED
@@ -153,6 +153,6 @@ iface = gr.Interface(merge_function,
|
|
153 |
title="LIME LID",
|
154 |
description="This code applies LIME (Local Interpretable Model-Agnostic Explanations) on fasttext language identification.",
|
155 |
allow_flagging='never',
|
156 |
-
|
157 |
|
158 |
iface.launch()
|
|
|
153 |
title="LIME LID",
|
154 |
description="This code applies LIME (Local Interpretable Model-Agnostic Explanations) on fasttext language identification.",
|
155 |
allow_flagging='never',
|
156 |
+
theme=gr.themes.Soft())
|
157 |
|
158 |
iface.launch()
|