akhaliq HF staff commited on
Commit
df50f49
1 Parent(s): 0c87638

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,4 +25,4 @@ title="u2Net"
25
  description="U^2-Net: Going Deeper with Nested U-Structure for Salient Object Detection"
26
 
27
  examples=[['cat2.jpg']]
28
- gr.Interface(inference,gr.inputs.Image(type="filepath"),outputs,title=title,description=description,examples=examples).launch(enable_queue=True)
 
25
  description="U^2-Net: Going Deeper with Nested U-Structure for Salient Object Detection"
26
 
27
  examples=[['cat2.jpg']]
28
+ gr.Interface(inference,gr.inputs.Image(type="filepath",shape=(512,512)),outputs,title=title,description=description,examples=examples).launch(enable_queue=True)