Spaces:
Runtime error
Runtime error
RRoundTable
commited on
Commit
·
878e93e
1
Parent(s):
df8e1c7
Add examples
Browse files- examples.py +22 -0
- examples/images/dogs-2.jpg +0 -0
- examples/images/dogs-3.jpg +0 -0
examples.py
CHANGED
@@ -12,4 +12,26 @@ examples = [
|
|
12 |
),
|
13 |
os.path.join(os.path.dirname(__file__), "examples/images/dogs-1.jpg"),
|
14 |
],
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
15 |
]
|
|
|
12 |
),
|
13 |
os.path.join(os.path.dirname(__file__), "examples/images/dogs-1.jpg"),
|
14 |
],
|
15 |
+
[
|
16 |
+
os.path.join(
|
17 |
+
os.path.dirname(__file__),
|
18 |
+
"examples/embeddings/dogs.pickle"
|
19 |
+
),
|
20 |
+
os.path.join(
|
21 |
+
os.path.dirname(__file__),
|
22 |
+
"examples/image_zipfile/dogs.zip"
|
23 |
+
),
|
24 |
+
os.path.join(os.path.dirname(__file__), "examples/images/dogs-2.jpg"),
|
25 |
+
],
|
26 |
+
[
|
27 |
+
os.path.join(
|
28 |
+
os.path.dirname(__file__),
|
29 |
+
"examples/embeddings/dogs.pickle"
|
30 |
+
),
|
31 |
+
os.path.join(
|
32 |
+
os.path.dirname(__file__),
|
33 |
+
"examples/image_zipfile/dogs.zip"
|
34 |
+
),
|
35 |
+
os.path.join(os.path.dirname(__file__), "examples/images/dogs-3.jpg"),
|
36 |
+
],
|
37 |
]
|
examples/images/dogs-2.jpg
ADDED
examples/images/dogs-3.jpg
ADDED