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