jamino30 commited on
Commit
17b3937
1 Parent(s): 89e4ae0

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -127,7 +127,8 @@ with gr.Blocks(css=css) as demo:
127
 
128
  examples = gr.Examples(
129
  examples=[
130
- ['./content_images/GoldenRetriever.jpg', 'Starry Night'],
 
131
  ['./content_images/CameraGirl.jpg', 'Bokeh']
132
  ],
133
  inputs=[content_image, style_dropdown]
 
127
 
128
  examples = gr.Examples(
129
  examples=[
130
+ ['./content_images/Surfer.jpg', 'Starry Night'],
131
+ ['./content_images/GoldenRetriever.jpg', 'Great Wave'],
132
  ['./content_images/CameraGirl.jpg', 'Bokeh']
133
  ],
134
  inputs=[content_image, style_dropdown]