akushwaha.ext commited on
Commit ·
8bf68a3
1
Parent(s): 52de11b
app.py modified
Browse files
app.py
CHANGED
|
@@ -20,10 +20,10 @@ IMG_SIZE = 224
|
|
| 20 |
# Paste your 4 sample image absolute paths here
|
| 21 |
# e.g. sample_paths = ["/content/a.png", "/content/b.png", ...]
|
| 22 |
sample_paths = [
|
| 23 |
-
"
|
| 24 |
-
"
|
| 25 |
-
"
|
| 26 |
-
"
|
| 27 |
]
|
| 28 |
|
| 29 |
OPENAI_API_KEY = os.environ.get("OPENAI_API_KEY")
|
|
|
|
| 20 |
# Paste your 4 sample image absolute paths here
|
| 21 |
# e.g. sample_paths = ["/content/a.png", "/content/b.png", ...]
|
| 22 |
sample_paths = [
|
| 23 |
+
"sample_images/image.jpg",
|
| 24 |
+
"sample_images/image(2).jpg",
|
| 25 |
+
"sample_images/image(3).jpg",
|
| 26 |
+
"sample_images/image(23).jpg",
|
| 27 |
]
|
| 28 |
|
| 29 |
OPENAI_API_KEY = os.environ.get("OPENAI_API_KEY")
|