Spaces:
Runtime error
Runtime error
Commit
·
2920351
1
Parent(s):
20140eb
removed name
Browse files
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
|
| 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 |
|