Spaces:
Runtime error
Runtime error
Update bg_input_test.py
Browse files- bg_input_test.py +1 -1
bg_input_test.py
CHANGED
@@ -385,7 +385,7 @@ with block:
|
|
385 |
with gr.Row():
|
386 |
with gr.Column():
|
387 |
with gr.Row():
|
388 |
-
input_fg = gr.Image(
|
389 |
output_bg = gr.Image(type="numpy", label="Preprocessed Foreground", height=480)
|
390 |
prompt = gr.Textbox(label="Prompt")
|
391 |
bg_source = gr.Radio(choices=[e.value for e in BGSource],
|
|
|
385 |
with gr.Row():
|
386 |
with gr.Column():
|
387 |
with gr.Row():
|
388 |
+
input_fg = gr.Image(type="numpy", label="Image", height=480)
|
389 |
output_bg = gr.Image(type="numpy", label="Preprocessed Foreground", height=480)
|
390 |
prompt = gr.Textbox(label="Prompt")
|
391 |
bg_source = gr.Radio(choices=[e.value for e in BGSource],
|