Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
-
["
|
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 |
]
|