Update app.py
Browse files
app.py
CHANGED
@@ -36,20 +36,7 @@ inputs = [
|
|
36 |
gr.Image(type="pil")
|
37 |
]
|
38 |
|
39 |
-
examples =
|
40 |
-
"samples/IMG_0996.jpeg",
|
41 |
-
"samples/IMG_1061.jpeg",
|
42 |
-
"samples/IMG_1338.jpeg",
|
43 |
-
"samples/IMG_4319.jpeg",
|
44 |
-
"samples/IMG_5104.jpeg",
|
45 |
-
"samples/IMG_5139.jpeg",
|
46 |
-
"samples/IMG_6225.jpeg",
|
47 |
-
"samples/IMG_6814.jpeg",
|
48 |
-
"samples/IMG_7459.jpeg",
|
49 |
-
"samples/IMG_7577.jpeg",
|
50 |
-
"samples/IMG_7687.jpeg",
|
51 |
-
"samples/IMG_9862.jpeg",
|
52 |
-
]
|
53 |
|
54 |
outputs = [
|
55 |
gr.Textbox(label="Feature Shape"),
|
|
|
36 |
gr.Image(type="pil")
|
37 |
]
|
38 |
|
39 |
+
examples = "./samples/"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
40 |
|
41 |
outputs = [
|
42 |
gr.Textbox(label="Feature Shape"),
|