Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -81,9 +81,9 @@ def handler(image=None, image_url=None, batch_urls=None) -> Union[str, List[str]
|
|
81 |
demo = gr.Interface(
|
82 |
fn=handler,
|
83 |
inputs=[
|
84 |
-
gr.Image(label="Upload Image", type="pil"
|
85 |
-
gr.Textbox(label="Paste Image URL"
|
86 |
-
gr.Textbox(label="Comma-separated Image URLs (Batch)"
|
87 |
],
|
88 |
outputs=gr.File(label="Output File(s)", file_count="multiple"),
|
89 |
title="Background Remover (White Fill)",
|
|
|
81 |
demo = gr.Interface(
|
82 |
fn=handler,
|
83 |
inputs=[
|
84 |
+
gr.Image(label="Upload Image", type="pil"),
|
85 |
+
gr.Textbox(label="Paste Image URL"),
|
86 |
+
gr.Textbox(label="Comma-separated Image URLs (Batch)"),
|
87 |
],
|
88 |
outputs=gr.File(label="Output File(s)", file_count="multiple"),
|
89 |
title="Background Remover (White Fill)",
|