Spaces:
Runtime error
Runtime error
luca-martial
commited on
Commit
·
c2d2f5e
1
Parent(s):
ac55864
image arg edit
Browse files
app.py
CHANGED
@@ -27,11 +27,11 @@ def stylize(content_image, style_image):
|
|
27 |
return tensor_to_image(stylized_image)
|
28 |
|
29 |
# Add image examples for users
|
30 |
-
joker = [
|
31 |
-
paris = [
|
32 |
-
einstein = [
|
33 |
-
aristotle = [
|
34 |
-
avatar = [
|
35 |
|
36 |
# Customize interface
|
37 |
title = "Fast Neural Style Transfer using TF-Hub"
|
|
|
27 |
return tensor_to_image(stylized_image)
|
28 |
|
29 |
# Add image examples for users
|
30 |
+
joker = ["example_joker.jpeg", "example_polasticot1.jpeg"]
|
31 |
+
paris = ["example_paris.jpeg", "example_vangogh.jpeg"]
|
32 |
+
einstein = ["example_einstein.jpeg", "example_polasticot2.jpeg"]
|
33 |
+
aristotle = ["example_aristotle.jpeg", "example_dali.jpeg"]
|
34 |
+
avatar = ["example_avatar.jpeg", "example_polasticot3.jpeg"]
|
35 |
|
36 |
# Customize interface
|
37 |
title = "Fast Neural Style Transfer using TF-Hub"
|