muneebable commited on
Commit
bcf78dd
·
verified ·
1 Parent(s): f031e64

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -64,7 +64,7 @@ def style_transfer(content_image, style_image, alpha, beta, conv1_1, conv2_1, co
64
 
65
  # Example images
66
  examples = [
67
- ["path/to/content1.jpg", "path/to/style1.jpg"],
68
  ["path/to/content2.jpg", "path/to/style2.jpg"],
69
  ["path/to/content3.jpg", "path/to/style3.jpg"],
70
  ]
 
64
 
65
  # Example images
66
  examples = [
67
+ ["https://huggingface.co/spaces/muneebable/vgg-style-transfer/resolve/main/space_needle.jpg", "https://huggingface.co/spaces/muneebable/vgg-style-transfer/resolve/main/hockney.jpg"],
68
  ["path/to/content2.jpg", "path/to/style2.jpg"],
69
  ["path/to/content3.jpg", "path/to/style3.jpg"],
70
  ]