anzorq commited on
Commit
f1ef4ce
·
1 Parent(s): 6a7ae9a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -39,7 +39,7 @@ def perform_similarity_search(query_embeddings, embeddings, model_ids, descripti
39
 
40
  model = SentenceTransformer('all-MiniLM-L6-v2')
41
 
42
- model_ids, descriptions = preprocess_model_descriptions('hf_spaces_descriptions.tsv.tsv')
43
  embeddings = load_embeddings('embeddings_hf_spaces_descriptions.pt')
44
 
45
  with gr.Blocks() as demo:
 
39
 
40
  model = SentenceTransformer('all-MiniLM-L6-v2')
41
 
42
+ model_ids, descriptions = preprocess_model_descriptions('hf_spaces_descriptions.tsv')
43
  embeddings = load_embeddings('embeddings_hf_spaces_descriptions.pt')
44
 
45
  with gr.Blocks() as demo: