akhaliq HF staff commited on
Commit
9c21d74
1 Parent(s): 07892d2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,4 +15,4 @@ title="U2Net_Portrait"
15
  description="U2Net_Portrait can be used to extract face sketch results."
16
 
17
  examples=[['groot.png']]
18
- gr.Interface(inference,gr.inputs.Image(type="filepath"),gr.outputs.Image(type="numpy"),title=title,description=description,examples=examples).launch(enable_queue=True,cache_examples=True)
 
15
  description="U2Net_Portrait can be used to extract face sketch results."
16
 
17
  examples=[['groot.png']]
18
+ gr.Interface(inference,gr.inputs.Image(type="filepath"),gr.outputs.Image(type="numpy"),title=title,description=description,examples=examples).launch(enable_queue=True)