mjdolan commited on
Commit
369b861
1 Parent(s): 004c79e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -241,7 +241,7 @@ with blocks:
241
 
242
 
243
  img_button.click(fn=editor.edit_image, inputs=[alter, input_img, style_choice], outputs=img_output)
244
- ex = gr.Examples(examples=[["Smiling", 'example1.jpg', editor.get_style_list()], ["Long Hair", 'example2.jpg', editor.get_style_list()]], fn=editor.edit_image, inputs=[alter, input_image, style_choice],
245
  outputs=[img_output], cache_examples=True,
246
  run_on_click=True)
247
  ex.dataset.headers = [""]
 
241
 
242
 
243
  img_button.click(fn=editor.edit_image, inputs=[alter, input_img, style_choice], outputs=img_output)
244
+ ex = gr.Examples(examples=[["Smiling", 'example1.jpg', editor.get_style_list()], ["Long Hair", 'example2.jpg', editor.get_style_list()]], fn=editor.edit_image, inputs=[alter, input_img, style_choice],
245
  outputs=[img_output], cache_examples=True,
246
  run_on_click=True)
247
  ex.dataset.headers = [""]