liuyuan-pal commited on
Commit
cdf7f4e
·
1 Parent(s): 9ec359c
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -174,14 +174,14 @@ def run_demo():
174
 
175
  # NOTE: Examples must match inputs
176
  examples_full = [
177
- ['hf_demo/examples/basket.png',30,200],
178
  ['hf_demo/examples/cat.png',30,200],
179
  ['hf_demo/examples/crab.png',30,200],
180
  ['hf_demo/examples/elephant.png',30,200],
181
  ['hf_demo/examples/flower.png',0,200],
182
  ['hf_demo/examples/forest.png',30,200],
183
- ['hf_demo/examples/monkey.png',30,200],
184
  ['hf_demo/examples/teapot.png',20,200],
 
185
  ]
186
 
187
  image_block = gr.Image(type='pil', image_mode='RGBA', height=256, label='Input image', tool=None, interactive=True)
 
174
 
175
  # NOTE: Examples must match inputs
176
  examples_full = [
177
+ ['hf_demo/examples/monkey.png',30,200],
178
  ['hf_demo/examples/cat.png',30,200],
179
  ['hf_demo/examples/crab.png',30,200],
180
  ['hf_demo/examples/elephant.png',30,200],
181
  ['hf_demo/examples/flower.png',0,200],
182
  ['hf_demo/examples/forest.png',30,200],
 
183
  ['hf_demo/examples/teapot.png',20,200],
184
+ ['hf_demo/examples/basket.png',30,200],
185
  ]
186
 
187
  image_block = gr.Image(type='pil', image_mode='RGBA', height=256, label='Input image', tool=None, interactive=True)