sagar007 commited on
Commit
9acda30
·
verified ·
1 Parent(s): b9115e2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -4
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