Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -102,12 +102,9 @@ def compute_loss(original_image, loss_type):
|
|
102 |
|
103 |
return error
|
104 |
|
105 |
-
|
106 |
def get_examples():
|
107 |
examples = [
|
108 |
-
['A bird sitting on a tree', 'Midjourney', 'edge']
|
109 |
-
['Cats fighting on the road', 'Marc Allante', 'brightness'],
|
110 |
-
['A mouse with the head of a puppy', 'Hitokomoru Style', 'contrast']
|
111 |
]
|
112 |
return examples
|
113 |
|
|
|
102 |
|
103 |
return error
|
104 |
|
|
|
105 |
def get_examples():
|
106 |
examples = [
|
107 |
+
['A bird sitting on a tree', 'Midjourney', 'edge']
|
|
|
|
|
108 |
]
|
109 |
return examples
|
110 |
|