Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ import faiss
|
|
6 |
import spaces
|
7 |
|
8 |
# Load CSV data
|
9 |
-
data = pd.read_csv('
|
10 |
|
11 |
# Convert embedding column from string to numpy array
|
12 |
data['embedding'] = data['embedding'].apply(lambda x: np.fromstring(x[1:-1], sep=', '))
|
|
|
6 |
import spaces
|
7 |
|
8 |
# Load CSV data
|
9 |
+
data = pd.read_csv('RBDx10kstats.csv')
|
10 |
|
11 |
# Convert embedding column from string to numpy array
|
12 |
data['embedding'] = data['embedding'].apply(lambda x: np.fromstring(x[1:-1], sep=', '))
|