kargaranamir commited on
Commit
08f58ed
1 Parent(s): 287ed0e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(cache_examples=True)
 
154
  description="This code applies LIME (Local Interpretable Model-Agnostic Explanations) on fasttext language identification.",
155
  allow_flagging='never')
156
 
157
+ iface.launch()