vobecant commited on
Commit
b684c1d
·
1 Parent(s): 486389f

Initial commit.

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -236,4 +236,4 @@ iface = gr.Interface(predict, inputs=gr.Image(type='filepath'), title=title, des
236
  # examples=examples)
237
 
238
  # iface.launch(show_error=True, share=True)
239
- iface.launch(enable_queue=True, inline=True) # , cache_examples=CACHE)
 
236
  # examples=examples)
237
 
238
  # iface.launch(show_error=True, share=True)
239
+ iface.launch(enable_queue=True, inline=True, cache_examples=False)