adpro commited on
Commit
fc40b5b
·
verified ·
1 Parent(s): 6ddce99

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -50,6 +50,6 @@ iface = gr.Interface(
50
  description=description,
51
  examples=examples,
52
  allow_flagging="never",
53
- cache_examples=False,
54
  )
55
  iface.launch(debug=True, show_api=False)
 
50
  description=description,
51
  examples=examples,
52
  allow_flagging="never",
53
+ #cache_examples=False,
54
  )
55
  iface.launch(debug=True, show_api=False)