Pranomvignesh commited on
Commit
b57d730
·
1 Parent(s): f2a6c90

Modified examples

Browse files
Files changed (1) hide show
  1. app.py +8 -8
app.py CHANGED
@@ -22,14 +22,14 @@ description = """
22
  Try the examples at bottom to get started.
23
  """
24
  examples = [
25
- [os.path.abspath('./examples/sample_1.png')],
26
- [os.path.abspath('./examples/sample_2.png')],
27
- [os.path.abspath('./examples/sample_3.jpg')],
28
- [os.path.abspath('./examples/sample_4.jpg')],
29
- [os.path.abspath('./examples/sample_5.jpg')],
30
- [os.path.abspath('./examples/sample_6.jpg')],
31
- [os.path.abspath('./examples/sample_7.jpg')],
32
- [os.path.abspath('./examples/sample_8.jpg')],
33
  ]
34
 
35
  inputs = gr.Image(type="pil", shape=(224, 224),
 
22
  Try the examples at bottom to get started.
23
  """
24
  examples = [
25
+ [os.path.abspath('examples/sample_1.jpg')],
26
+ [os.path.abspath('examples/sample_2.jpg')],
27
+ [os.path.abspath('examples/sample_3.jpg')],
28
+ [os.path.abspath('examples/sample_4.jpg')],
29
+ [os.path.abspath('examples/sample_5.jpg')],
30
+ [os.path.abspath('examples/sample_6.jpg')],
31
+ [os.path.abspath('examples/sample_7.jpg')],
32
+ [os.path.abspath('examples/sample_8.jpg')],
33
  ]
34
 
35
  inputs = gr.Image(type="pil", shape=(224, 224),