Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -411,8 +411,8 @@ with block:
|
|
411 |
with gr.Row():
|
412 |
with gr.Column():
|
413 |
with gr.Row():
|
414 |
-
input_fg = gr.Image(
|
415 |
-
input_bg = gr.Image(
|
416 |
prompt = gr.Textbox(label="Prompt")
|
417 |
bg_source = gr.Radio(choices=[e.value for e in BGSource],
|
418 |
value=BGSource.UPLOAD.value,
|
|
|
411 |
with gr.Row():
|
412 |
with gr.Column():
|
413 |
with gr.Row():
|
414 |
+
input_fg = gr.Image(sources='upload', type="numpy", label="Foreground", height=480)
|
415 |
+
input_bg = gr.Image(sources='upload', type="numpy", label="Background", height=480)
|
416 |
prompt = gr.Textbox(label="Prompt")
|
417 |
bg_source = gr.Radio(choices=[e.value for e in BGSource],
|
418 |
value=BGSource.UPLOAD.value,
|