annadurai003 commited on
Commit
86e9601
·
1 Parent(s): 1e53986

Add cache for example images

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -68,7 +68,7 @@ demo = gr.Interface(fn=predict, # maps inputs to ouputs
68
  title=title,
69
  description=description,
70
  article=article,
71
- cache_examples=False)
72
 
73
  # Launch the demo!
74
  demo.launch(debug=False)
 
68
  title=title,
69
  description=description,
70
  article=article,
71
+ cache_examples=True)
72
 
73
  # Launch the demo!
74
  demo.launch(debug=False)