Commit
·
594e4bb
1
Parent(s):
e5e3f24
Update main.py
Browse files
main.py
CHANGED
@@ -9,6 +9,4 @@ def remove_background(input_image):
|
|
9 |
inputs = gr.inputs.Image()
|
10 |
outputs = gr.outputs.Image(type='pil')
|
11 |
|
12 |
-
examples = [{'input': '1.jpeg'}]
|
13 |
-
|
14 |
gr.Interface(fn=remove_background, inputs=inputs, outputs=outputs, examples=examples).launch()
|
|
|
9 |
inputs = gr.inputs.Image()
|
10 |
outputs = gr.outputs.Image(type='pil')
|
11 |
|
|
|
|
|
12 |
gr.Interface(fn=remove_background, inputs=inputs, outputs=outputs, examples=examples).launch()
|