Spaces:
Running
on
Zero
Running
on
Zero
ghostsInTheMachine
commited on
Commit
•
7f902c5
1
Parent(s):
36207bf
Update app.py
Browse files
app.py
CHANGED
@@ -130,7 +130,7 @@ with gr.Blocks(css=custom_css) as demo:
|
|
130 |
# Interface setup with input and output
|
131 |
with gr.Row():
|
132 |
with gr.Column():
|
133 |
-
image_input = gr.Image(type="numpy", label="Upload Image")
|
134 |
btn = gr.Button("Process Image", elem_id="submit-button")
|
135 |
with gr.Column():
|
136 |
output_foreground = gr.Image(type="pil", label="Foreground")
|
|
|
130 |
# Interface setup with input and output
|
131 |
with gr.Row():
|
132 |
with gr.Column():
|
133 |
+
image_input = gr.Image(type="numpy", source="upload", label="Upload Image")
|
134 |
btn = gr.Button("Process Image", elem_id="submit-button")
|
135 |
with gr.Column():
|
136 |
output_foreground = gr.Image(type="pil", label="Foreground")
|