Spaces:
Build error
Build error
Update app.py
Browse files
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,
|
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 = [""]
|