akhaliq HF staff commited on
Commit
54763e3
1 Parent(s): a93e3be

Update app.py

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