Spaces:
Running
on
Zero
Running
on
Zero
Commit
•
8558373
1
Parent(s):
a1e9510
Update app.py
Browse files
app.py
CHANGED
@@ -86,8 +86,9 @@ def infer(prompt, ip_adapter_image, ip_adapter_scale=0.5, negative_prompt="", se
|
|
86 |
|
87 |
examples = [
|
88 |
["A dog", "minta.jpeg", 0.3],
|
|
|
89 |
["A cat", "blue_hair.png", 0.5],
|
90 |
-
["
|
91 |
]
|
92 |
|
93 |
css="""
|
|
|
86 |
|
87 |
examples = [
|
88 |
["A dog", "minta.jpeg", 0.3],
|
89 |
+
["A capybara", "king-min.jpg", 0.5]
|
90 |
["A cat", "blue_hair.png", 0.5],
|
91 |
+
["", "meow.jpeg", 1.0],
|
92 |
]
|
93 |
|
94 |
css="""
|