chancetophugging commited on
Commit
e185e22
·
verified ·
1 Parent(s): d9cdc0b

Update app.py

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