Spaces:
Runtime error
Runtime error
update example
Browse files
app.py
CHANGED
|
@@ -84,7 +84,6 @@ def generate_image(ref_image, ref_image2, prompt, height=512, width=512, num_ste
|
|
| 84 |
|
| 85 |
examples = [
|
| 86 |
["assets/ref1.jpg", "A woman dancing in the dessert", 512, 768],
|
| 87 |
-
["assets/ref1.jpg", "A woman holding a gray and white cat", 768, 512],
|
| 88 |
["assets/ref2.jpg", "A woman having dinner at a table", 512, 768],
|
| 89 |
["assets/ref3.jpg", "A woman walking in a park with trees and flowers", 512, 768],
|
| 90 |
["assets/ref4.jpg", "A woman run across a busy street", 512, 768],
|
|
|
|
| 84 |
|
| 85 |
examples = [
|
| 86 |
["assets/ref1.jpg", "A woman dancing in the dessert", 512, 768],
|
|
|
|
| 87 |
["assets/ref2.jpg", "A woman having dinner at a table", 512, 768],
|
| 88 |
["assets/ref3.jpg", "A woman walking in a park with trees and flowers", 512, 768],
|
| 89 |
["assets/ref4.jpg", "A woman run across a busy street", 512, 768],
|