adding captions_path to app
Browse files
app.py
CHANGED
|
@@ -5,6 +5,7 @@ import zipfile
|
|
| 5 |
|
| 6 |
# query_text = "dogs on the grass"
|
| 7 |
image_path = "./Images"
|
|
|
|
| 8 |
|
| 9 |
|
| 10 |
with zipfile.ZipFile('flickr8k.zip', 'r') as zip_ref:
|
|
|
|
| 5 |
|
| 6 |
# query_text = "dogs on the grass"
|
| 7 |
image_path = "./Images"
|
| 8 |
+
captions_path = "."
|
| 9 |
|
| 10 |
|
| 11 |
with zipfile.ZipFile('flickr8k.zip', 'r') as zip_ref:
|