jvcanavarro commited on
Commit
5bd69cb
1 Parent(s): 02edbb7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -32,7 +32,7 @@ params = dict(
32
  article=" ".join(DESCRIPTION),
33
  thumbnail="https://cdn-icons-png.flaticon.com/512/3392/3392044.png",
34
  examples="egs",
35
- cache_examples=False,
36
  )
37
 
38
  primary_interface = gr.Interface(
 
32
  article=" ".join(DESCRIPTION),
33
  thumbnail="https://cdn-icons-png.flaticon.com/512/3392/3392044.png",
34
  examples="egs",
35
+ cache_examples=True,
36
  )
37
 
38
  primary_interface = gr.Interface(