cuneytkaya commited on
Commit
b8cdcb7
1 Parent(s): ccbe187

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,7 +25,7 @@ iface = gr.Interface(
25
  title="Art and Style Transfer Demo", # English title
26
  description="This demo uses the Stable Diffusion model to transform an image into a specified art style. Upload an image and enter a style prompt to get started.",
27
  examples=[
28
- ["example_image.jpg", "Van Gogh style"],
29
  ]
30
  )
31
 
 
25
  title="Art and Style Transfer Demo", # English title
26
  description="This demo uses the Stable Diffusion model to transform an image into a specified art style. Upload an image and enter a style prompt to get started.",
27
  examples=[
28
+ ["ben-grayland-gD-TjgDW0so-unsplash.jpg", "Van Gogh style"],
29
  ]
30
  )
31