Spaces:
Sleeping
Sleeping
kargaranamir
commited on
Commit
•
287ed0e
1
Parent(s):
69faebb
Update app.py
Browse files
app.py
CHANGED
@@ -154,4 +154,4 @@ iface = gr.Interface(merge_function,
|
|
154 |
description="This code applies LIME (Local Interpretable Model-Agnostic Explanations) on fasttext language identification.",
|
155 |
allow_flagging='never')
|
156 |
|
157 |
-
iface.launch()
|
|
|
154 |
description="This code applies LIME (Local Interpretable Model-Agnostic Explanations) on fasttext language identification.",
|
155 |
allow_flagging='never')
|
156 |
|
157 |
+
iface.launch(cache_examples=True)
|