Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -56,9 +56,9 @@ control_types = ["Ghibli"]
|
|
56 |
|
57 |
# Example data
|
58 |
single_examples = [
|
59 |
-
["Ghibli Studio style, Charming hand-drawn anime-style illustration",
|
60 |
-
["Ghibli Studio style, Charming hand-drawn anime-style illustration",
|
61 |
-
["Ghibli Studio style, Charming hand-drawn anime-style illustration",
|
62 |
]
|
63 |
|
64 |
|
|
|
56 |
|
57 |
# Example data
|
58 |
single_examples = [
|
59 |
+
["Ghibli Studio style, Charming hand-drawn anime-style illustration", Image.open("./test_imgs/00.png"), 768, 768, 5, "Ghibli"],
|
60 |
+
["Ghibli Studio style, Charming hand-drawn anime-style illustration", Image.open("./test_imgs/02.png"), 768, 768, 42, "Ghibli"],
|
61 |
+
["Ghibli Studio style, Charming hand-drawn anime-style illustration", Image.open("./test_imgs/03.png"), 768, 768, 1, "Ghibli"],
|
62 |
]
|
63 |
|
64 |
|