xco2 commited on
Commit
0c3e842
·
verified ·
1 Parent(s): 708f832
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -561,7 +561,7 @@ def init_webui(unet, vae, normal_t):
561
  # 创建输出组件
562
  output_images = gr.Gallery(show_label=False, height=400, columns=5)
563
  gr.Examples(
564
- examples=[["./example.jpg", 0.4, "DDIM", 60, 4, 320, 231324]], # 224477,378754
565
  inputs=[input_image, noise_step, step, batch_size, sampler_name, img_size, ramdom_seed],
566
  outputs=output_images,
567
  fn=process_image,
 
561
  # 创建输出组件
562
  output_images = gr.Gallery(show_label=False, height=400, columns=5)
563
  gr.Examples(
564
+ examples=[["./example.jpg", 0.4, 60, 4, "DDIM", 320, 231324]], # 224477,378754
565
  inputs=[input_image, noise_step, step, batch_size, sampler_name, img_size, ramdom_seed],
566
  outputs=output_images,
567
  fn=process_image,