mariotawfik commited on
Commit
2920351
1 Parent(s): 20140eb

removed name

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -117,7 +117,7 @@ def encode_quantize(test_file, eval_key, encodings):
117
  # features = pickle.loads(open(os.path.join("features.pkl"), "rb").read())
118
 
119
 
120
- encodings = extract_infos(test_file.name)
121
 
122
  encodings = list(map(lambda x: encodings[x], ugly))
123
 
 
117
  # features = pickle.loads(open(os.path.join("features.pkl"), "rb").read())
118
 
119
 
120
+ encodings = extract_infos(test_file)
121
 
122
  encodings = list(map(lambda x: encodings[x], ugly))
123