Jonas Leeb
commited on
Commit
·
da3c141
1
Parent(s):
2a7c83f
debug
Browse files
app.py
CHANGED
|
@@ -4,6 +4,11 @@ from scipy.sparse import load_npz
|
|
| 4 |
import numpy as np
|
| 5 |
import json
|
| 6 |
from datasets import load_dataset
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
|
| 8 |
# --- Load data and embeddings ---
|
| 9 |
with open("feature_names.txt", "r") as f:
|
|
|
|
| 4 |
import numpy as np
|
| 5 |
import json
|
| 6 |
from datasets import load_dataset
|
| 7 |
+
import os
|
| 8 |
+
print("Current working directory:", os.getcwd())
|
| 9 |
+
print("Files:", os.listdir())
|
| 10 |
+
|
| 11 |
+
|
| 12 |
|
| 13 |
# --- Load data and embeddings ---
|
| 14 |
with open("feature_names.txt", "r") as f:
|