Ritesh-hf commited on
Commit
33c6365
·
1 Parent(s): df1e90b

change file location

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -185,7 +185,7 @@ print("="*50)
185
  transform = transform_test(384)
186
 
187
  print("Loading Data")
188
- df = pd.read_json("./datasets/sidechef/my_recipes.json")
189
 
190
  print("Loading Target Embedding")
191
  tar_img_feats = []
 
185
  transform = transform_test(384)
186
 
187
  print("Loading Data")
188
+ df = pd.read_json("my_recipes.json")
189
 
190
  print("Loading Target Embedding")
191
  tar_img_feats = []