vobecant commited on
Commit
9528953
·
1 Parent(s): 05b2555

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.inputs.Image(type='filepath'), title=tit
236
  # examples=examples)
237
 
238
  # iface.launch(show_error=True, share=True)
239
- iface.launch(enable_queue=True, cache_examples=CACHE, inline=True)
 
236
  # examples=examples)
237
 
238
  # iface.launch(show_error=True, share=True)
239
+ iface.launch(enable_queue=True, inline=True) # , cache_examples=CACHE)