valhalla commited on
Commit
5898cfd
1 Parent(s): fbf5eae

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -115,7 +115,7 @@ def run(
115
  adapter_conditioning_scale=adapter_conditioning_scale,
116
  cond_tau=cond_tau,
117
  ).images[0]
118
- return out, image
119
 
120
 
121
  with gr.Blocks() as demo:
@@ -180,7 +180,7 @@ with gr.Blocks() as demo:
180
  )
181
  randomize_seed = gr.Checkbox(label="Randomize seed", value=True)
182
  with gr.Column():
183
- result = [gr.Image(label="Result", height=600), gr.Image(label="Image", height=600)]
184
 
185
  inputs = [
186
  image,
 
115
  adapter_conditioning_scale=adapter_conditioning_scale,
116
  cond_tau=cond_tau,
117
  ).images[0]
118
+ return out
119
 
120
 
121
  with gr.Blocks() as demo:
 
180
  )
181
  randomize_seed = gr.Checkbox(label="Randomize seed", value=True)
182
  with gr.Column():
183
+ result = gr.Image(label="Result", height=600)
184
 
185
  inputs = [
186
  image,