Pranomvignesh
commited on
Commit
·
d1ed39f
1
Parent(s):
9fefaff
fixes issues in examples
Browse files
app.py
CHANGED
@@ -36,12 +36,12 @@ description = """
|
|
36 |
examples = [
|
37 |
[os.path.join(os.path.abspath(''), './examples/sample_1.png')],
|
38 |
[os.path.join(os.path.abspath(''), './examples/sample_2.png')],
|
39 |
-
[os.path.join(os.path.abspath(''), './examples/sample_3.
|
40 |
-
[os.path.join(os.path.abspath(''), './examples/sample_4.
|
41 |
-
[os.path.join(os.path.abspath(''), './examples/sample_5.
|
42 |
-
[os.path.join(os.path.abspath(''), './examples/sample_6.
|
43 |
-
[os.path.join(os.path.abspath(''), './examples/sample_7.
|
44 |
-
[os.path.join(os.path.abspath(''), './examples/sample_8.
|
45 |
]
|
46 |
|
47 |
inputs = gr.Image(type="pil", shape=(224, 224),
|
|
|
36 |
examples = [
|
37 |
[os.path.join(os.path.abspath(''), './examples/sample_1.png')],
|
38 |
[os.path.join(os.path.abspath(''), './examples/sample_2.png')],
|
39 |
+
[os.path.join(os.path.abspath(''), './examples/sample_3.jpg')],
|
40 |
+
[os.path.join(os.path.abspath(''), './examples/sample_4.jpg')],
|
41 |
+
[os.path.join(os.path.abspath(''), './examples/sample_5.jpg')],
|
42 |
+
[os.path.join(os.path.abspath(''), './examples/sample_6.jpg')],
|
43 |
+
[os.path.join(os.path.abspath(''), './examples/sample_7.jpg')],
|
44 |
+
[os.path.join(os.path.abspath(''), './examples/sample_8.jpg')],
|
45 |
]
|
46 |
|
47 |
inputs = gr.Image(type="pil", shape=(224, 224),
|