chancetophugging commited on
Commit
186f279
·
verified ·
1 Parent(s): f907f1f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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(source='upload', type="numpy", label="Foreground", height=480)
415
- input_bg = gr.Image(source='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,
 
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,