root commited on
Commit
37ef96c
1 Parent(s): 316d1bb

add img choice

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -264,7 +264,7 @@ if __name__ == "__main__":
264
  btn.click(request_images, inputs=[text, class_draw, style_draw, sample_size, sr_option], outputs=gallery)
265
 
266
  sample_size.change(
267
- fun=uifn.change_img_choices,
268
  inputs=[sample_size],
269
  outputs=[img_choices]
270
  )
 
264
  btn.click(request_images, inputs=[text, class_draw, style_draw, sample_size, sr_option], outputs=gallery)
265
 
266
  sample_size.change(
267
+ fn=uifn.change_img_choices,
268
  inputs=[sample_size],
269
  outputs=[img_choices]
270
  )