Spaces:
Sleeping
Sleeping
Pranomvignesh
commited on
Commit
·
b57d730
1
Parent(s):
f2a6c90
Modified examples
Browse files
app.py
CHANGED
@@ -22,14 +22,14 @@ description = """
|
|
22 |
Try the examples at bottom to get started.
|
23 |
"""
|
24 |
examples = [
|
25 |
-
[os.path.abspath('
|
26 |
-
[os.path.abspath('
|
27 |
-
[os.path.abspath('
|
28 |
-
[os.path.abspath('
|
29 |
-
[os.path.abspath('
|
30 |
-
[os.path.abspath('
|
31 |
-
[os.path.abspath('
|
32 |
-
[os.path.abspath('
|
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),
|