Ara88 commited on
Commit
cb48935
·
1 Parent(s): 4f94fde

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +9 -0
app.py CHANGED
@@ -42,6 +42,15 @@ examples = [
42
  [os.path.abspath('examples/sample_6.jpg')],
43
  [os.path.abspath('examples/sample_7.jpg')],
44
  [os.path.abspath('examples/sample_8.jpg')],
 
 
 
 
 
 
 
 
 
45
  ]
46
 
47
  inputs = gr.Image(type="pil", shape=(224, 224),
 
42
  [os.path.abspath('examples/sample_6.jpg')],
43
  [os.path.abspath('examples/sample_7.jpg')],
44
  [os.path.abspath('examples/sample_8.jpg')],
45
+ [os.path.abspath('examples/example_9.jpg')],
46
+ [os.path.abspath('examples/example_10.jpg')],
47
+ [os.path.abspath('examples/example_11.jpg')],
48
+ [os.path.abspath('examples/example_12.jpg')],
49
+ [os.path.abspath('examples/example_13.jpg')],
50
+ [os.path.abspath('examples/example_14.jpg')],
51
+ [os.path.abspath('examples/example_15.jpg')],
52
+ [os.path.abspath('examples/example_16.jpg')],
53
+
54
  ]
55
 
56
  inputs = gr.Image(type="pil", shape=(224, 224),