Commit
·
e00f442
1
Parent(s):
ca8234b
Update main.py
Browse files
main.py
CHANGED
@@ -9,4 +9,4 @@ def remove_background(input_image):
|
|
9 |
inputs = gr.inputs.Image()
|
10 |
outputs = gr.outputs.Image(type='pil')
|
11 |
|
12 |
-
gr.Interface(fn=remove_background, inputs=inputs, outputs=outputs
|
|
|
9 |
inputs = gr.inputs.Image()
|
10 |
outputs = gr.outputs.Image(type='pil')
|
11 |
|
12 |
+
gr.Interface(fn=remove_background, inputs=inputs, outputs=outputs).launch()
|