Ahsen Khaliq commited on
Commit
7394ae3
1 Parent(s): 68945d9

Update app.py

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