Commit
·
d6f5f2d
1
Parent(s):
2e056a7
Update main.py
Browse files
main.py
CHANGED
@@ -9,6 +9,6 @@ def remove_background(input_image):
|
|
9 |
inputs = gr.inputs.Image()
|
10 |
outputs = gr.outputs.Image(type='pil')
|
11 |
|
12 |
-
examples = [{'input': '
|
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 |
+
examples = [{'input': '1.jpeg'}]
|
13 |
|
14 |
gr.Interface(fn=remove_background, inputs=inputs, outputs=outputs, examples=examples).launch()
|