raja5259 commited on
Commit
7f52f03
·
verified ·
1 Parent(s): 02e79de

adding captions_path to app

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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: