Spaces:
Runtime error
Runtime error
no df loads
Browse files
run.py
CHANGED
@@ -30,10 +30,10 @@ if __name__ == "__main__":
|
|
30 |
|
31 |
print("Dataset saved to cache.")
|
32 |
|
33 |
-
df_cv=pd.read_parquet(cache_file)
|
34 |
|
35 |
-
with open(cache_file_issues, "rb") as issue_file:
|
36 |
-
|
37 |
|
38 |
#df = dataset.to_pandas()
|
39 |
df_show = df.drop(columns=['embedding', 'probabilities'])
|
|
|
30 |
|
31 |
print("Dataset saved to cache.")
|
32 |
|
33 |
+
#df_cv=pd.read_parquet(cache_file)
|
34 |
|
35 |
+
#with open(cache_file_issues, "rb") as issue_file:
|
36 |
+
# issues = pickle.load(issue_file)
|
37 |
|
38 |
#df = dataset.to_pandas()
|
39 |
df_show = df.drop(columns=['embedding', 'probabilities'])
|