LN1996 commited on
Commit
68a218e
·
1 Parent(s): 1605002

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -323,7 +323,7 @@ demo = gr.Interface(inference,
323
  title = title,
324
  description = description,
325
  examples = examples,
326
- # cache_examples=True
327
  )
328
  demo.launch()
329
 
 
323
  title = title,
324
  description = description,
325
  examples = examples,
326
+ cache_examples=True
327
  )
328
  demo.launch()
329