Yoxas commited on
Commit
5b97bf9
·
verified ·
1 Parent(s): e2e3563

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ import faiss
6
  import spaces
7
 
8
  # Load CSV data
9
- data = pd.read_csv('RBDx10stats.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=', '))