mischeiwiller commited on
Commit
f03e11e
1 Parent(s): cfa42c2

Delete examples

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -24,8 +24,6 @@ def filters(file, box_blur, blur_pool2d, gaussian_blur2d, max_blur_pool2d, media
24
 
25
 
26
  examples = [
27
- ["examples/ninja_turtles.jpg", 1, 1, 1, 1, 1],
28
- ["examples/kitty.jpg", 1, 1, 1, 1, 1],
29
  ["examples/monkey.jpg", 1, 1, 1, 1, 1],
30
  ["examples/pikachu.jpg", 1, 1, 1, 1, 1],
31
  ]
 
24
 
25
 
26
  examples = [
 
 
27
  ["examples/monkey.jpg", 1, 1, 1, 1, 1],
28
  ["examples/pikachu.jpg", 1, 1, 1, 1, 1],
29
  ]