fallenshock commited on
Commit
74e3da9
·
verified ·
1 Parent(s): 22406d6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -276,7 +276,7 @@ with gr.Blocks() as demo:
276
  label="Examples",
277
  examples=get_examples(),
278
  inputs=[image_src, model_type, T_steps, src_guidance_scale, tar_guidance_scale, n_max, src_prompt, tar_prompt, n_min, n_avg, seed],
279
- outputs=[image_tar[0]],
280
  )
281
 
282
  model_type.input(fn=on_model_change, inputs=[model_type], outputs=[T_steps, src_guidance_scale, tar_guidance_scale, n_max])
 
276
  label="Examples",
277
  examples=get_examples(),
278
  inputs=[image_src, model_type, T_steps, src_guidance_scale, tar_guidance_scale, n_max, src_prompt, tar_prompt, n_min, n_avg, seed],
279
+ outputs=[image_tar],
280
  )
281
 
282
  model_type.input(fn=on_model_change, inputs=[model_type], outputs=[T_steps, src_guidance_scale, tar_guidance_scale, n_max])