comdoleger commited on
Commit
50e935c
1 Parent(s): 3a0fe10

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -2
app.py CHANGED
@@ -241,7 +241,7 @@ def process_generate(fore, prompt, intensity, mode, refprompt, isrmbg):
241
  "height" : 1500,
242
  "refprompt" : refprompt
243
  }
244
- print(f"DATA: {data}")
245
 
246
  '''
247
  data = {
@@ -407,7 +407,9 @@ with block:
407
 
408
  with gr.Row():
409
  with gr.Column(scale=0.15):
410
- imgholder = gr.Image(image_mode='RGBA', type="pil", height=400, label='Outputs')
 
 
411
  gr.Examples(
412
  fn=lambda *args: [args[-1]],
413
  examples=example_list,
 
241
  "height" : 1500,
242
  "refprompt" : refprompt
243
  }
244
+ #print(f"DATA: {data}")
245
 
246
  '''
247
  data = {
 
407
 
408
  with gr.Row():
409
  with gr.Column(scale=0.15):
410
+ fore = gr.Image(image_mode='RGBA', type="pil", label="Input", height=400)
411
+ imgholder = gr.Image(image_mode='RGBA', type="pil", height=400, label='Output')
412
+
413
  gr.Examples(
414
  fn=lambda *args: [args[-1]],
415
  examples=example_list,