akhaliq HF staff commited on
Commit
d1ee4cf
1 Parent(s): 306872f

remove cache and queue

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -40,4 +40,4 @@ examples = [
40
  ['person512.png',"canvas.png","automatic (U2net)"],
41
  ['person512.png',"maskexam.png","manual"]
42
  ]
43
- gr.Interface(infer, inputs, outputs, title=title, description=description, article=article, examples=examples).launch(enable_queue=True,cache_examples=True)
 
40
  ['person512.png',"canvas.png","automatic (U2net)"],
41
  ['person512.png',"maskexam.png","manual"]
42
  ]
43
+ gr.Interface(infer, inputs, outputs, title=title, description=description, article=article, examples=examples).launch()