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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -4
app.py CHANGED
@@ -103,14 +103,11 @@ def compute_loss(original_image, loss_type):
103
  return error
104
 
105
 
106
-
107
  def get_examples():
108
  examples = [
109
  ['A bird sitting on a tree', 'Midjourney', 'edge'],
110
  ['Cats fighting on the road', 'Marc Allante', 'brightness'],
111
- ['A mouse with the head of a puppy', 'Hitokomoru Style', 'contrast'],
112
- ['A woman with a smiling face in front of an Italian Pizza', 'Hanfu Anime', 'brightness'],
113
- ['A campfire (oil on canvas)', 'Birb Style', 'blue'],
114
  ]
115
  return examples
116
 
 
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