Ashoka74 commited on
Commit
caf91c4
Β·
verified Β·
1 Parent(s): 429c426

Update bg_input_test.py

Browse files
Files changed (1) hide show
  1. 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(source='upload', 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],
 
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],