jamesliu1217 commited on
Commit
58be6dd
·
verified ·
1 Parent(s): e2fd487

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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", None, Image.open("./test_imgs/00.png"), 768, 768, 5, "Ghibli"],
60
- ["Ghibli Studio style, Charming hand-drawn anime-style illustration", None, Image.open("./test_imgs/02.png"), 768, 768, 42, "Ghibli"],
61
- ["Ghibli Studio style, Charming hand-drawn anime-style illustration", None, Image.open("./test_imgs/03.png"), 768, 768, 1, "Ghibli"],
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