medha12 commited on
Commit
e7997f3
·
verified ·
1 Parent(s): 9044102

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -186,7 +186,8 @@ iface = gr.Interface(
186
  ],
187
  examples=examples,
188
  title=title,
189
- description=description
 
190
  )
191
 
192
 
 
186
  ],
187
  examples=examples,
188
  title=title,
189
+ description=description,
190
+ cache_examples=True,
191
  )
192
 
193