aijack commited on
Commit
b0487a4
·
1 Parent(s): 2ae732b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -226,7 +226,7 @@ with blocks:
226
  img_output.style(grid=(3, 3, 4, 4, 6, 6))
227
 
228
  img_button.click(fn=editor.edit_image, inputs=[input_img, style_choice, alter], outputs=img_output)
229
- ex = gr.Examples(examples=[['pose.jpg', editor.get_style_list(), "Smiling"], fn=editor.edit_image, inputs=[input_img, style_choice, alter],
230
  outputs=[img_output], cache_examples=True,
231
  run_on_click=True)
232
  ex.dataset.headers = [""]
 
226
  img_output.style(grid=(3, 3, 4, 4, 6, 6))
227
 
228
  img_button.click(fn=editor.edit_image, inputs=[input_img, style_choice, alter], outputs=img_output)
229
+ ex = gr.Examples(examples=['pose.jpg', editor.get_style_list(), "Smiling"], fn=editor.edit_image, inputs=[input_img, style_choice, alter],
230
  outputs=[img_output], cache_examples=True,
231
  run_on_click=True)
232
  ex.dataset.headers = [""]