fantaxy commited on
Commit
35e3bb1
1 Parent(s): d5e6d7e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -87,9 +87,9 @@ 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
 
 
87
  return image, seed
88
 
89
  examples = [
90
+ ["강아지", "minta.jpeg", 0.4],
91
+ ["환하게 웃어라", "trump.png", 0.5],
92
+ ["올빼미", "forest.png", 0.5],
93
  ["", "meow.jpeg", 1.0],
94
  ]
95