openfree commited on
Commit
da4db7c
·
verified ·
1 Parent(s): e34338e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -87,10 +87,10 @@ def infer(prompt, ip_adapter_image, ip_adapter_scale=0.5, negative_prompt="", se
87
  return image, seed
88
 
89
  examples = [
90
- ["A dog", "minta.jpeg", 0.4],
91
- ["A capybara", "king-min.png", 0.5],
92
- ["A cat", "blue_hair.png", 0.5],
93
- ["", "meow.jpeg", 1.0],
94
  ]
95
 
96
  css="""
 
87
  return image, seed
88
 
89
  examples = [
90
+ ["Studio Ghibli animation style, featuring whimsical characters with expressive eyes and fluid movements. Lush, detailed natural environments with ethereal lighting and soft color palettes of blues, greens, and warm earth tones. "aged baby"", "gh1.jpg", 0.5],
91
+ ["Studio Ghibli animation style, featuring whimsical characters with expressive eyes and fluid movements. Lush, detailed natural environments with ethereal lighting and soft color palettes of blues, greens, and warm earth tones. "aged baby"", "gh2.jpg", 0.5],
92
+ ["Studio Ghibli animation style, featuring whimsical characters with expressive eyes and fluid movements. Lush, detailed natural environments with ethereal lighting and soft color palettes of blues, greens, and warm earth tones. "aged baby"", "gh3.webp", 0.5],
93
+ ["Studio Ghibli animation style, featuring whimsical characters with expressive eyes and fluid movements. Lush, detailed natural environments with ethereal lighting and soft color palettes of blues, greens, and warm earth tones. "aged baby"", "gh4.webp", 0.5],
94
  ]
95
 
96
  css="""