Spaces:
Runtime error
Runtime error
remove drop columns
Browse files
run.py
CHANGED
@@ -32,8 +32,7 @@ if __name__ == "__main__":
|
|
32 |
with open(cache_file_issues, "rb") as issue_file:
|
33 |
issues = pickle.load(issue_file)
|
34 |
|
35 |
-
|
36 |
-
df_show = df.drop(columns=['embedding', 'probabilities'])
|
37 |
while True:
|
38 |
dtypes = dtype={"audio": spotlight.Audio,
|
39 |
'm1_embedding':spotlight.Embedding,
|
|
|
32 |
with open(cache_file_issues, "rb") as issue_file:
|
33 |
issues = pickle.load(issue_file)
|
34 |
|
35 |
+
|
|
|
36 |
while True:
|
37 |
dtypes = dtype={"audio": spotlight.Audio,
|
38 |
'm1_embedding':spotlight.Embedding,
|