Spaces:
Runtime error
Runtime error
Shea
commited on
Commit
·
5986780
1
Parent(s):
83fcfdc
update name
Browse files
app.py
CHANGED
@@ -27,7 +27,7 @@ print("Contents of the Directory:")
|
|
27 |
for item in contents:
|
28 |
print(item)
|
29 |
|
30 |
-
df = pd.read_parquet('
|
31 |
|
32 |
def get_most_similar_songs(artist, title, df):
|
33 |
def find_most_similar(embedding_column):
|
|
|
27 |
for item in contents:
|
28 |
print(item)
|
29 |
|
30 |
+
df = pd.read_parquet('v2ga_w_embeddings_half.parquet')
|
31 |
|
32 |
def get_most_similar_songs(artist, title, df):
|
33 |
def find_most_similar(embedding_column):
|