davanstrien HF staff commited on
Commit
8b19b80
1 Parent(s): 3deb63c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -80,5 +80,5 @@ gr.Interface(predict,
80
  outputs=gr.outputs.Label(label="Predicted genre"),
81
  interpretation='shap', num_shap=10, theme="huggingface",
82
  examples=sample_text,description=description,article=article,
83
- ).launch(enable_queue=True)
84
 
 
80
  outputs=gr.outputs.Label(label="Predicted genre"),
81
  interpretation='shap', num_shap=10, theme="huggingface",
82
  examples=sample_text,description=description,article=article,
83
+ ).launch(enable_queue=True, cache_examples=True)
84