hasnanmr commited on
Commit
99a1302
·
verified ·
1 Parent(s): 790751a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ import pandas as pd
9
  from tqdm import tqdm
10
 
11
  # Define the SentenceTransformer model globally
12
- model = SentenceTransformer('sentence-transformers/all-MiniLM-L6-v2')
13
 
14
  # Get the Groq API key from environment variables
15
  client = Groq(
 
9
  from tqdm import tqdm
10
 
11
  # Define the SentenceTransformer model globally
12
+ model = SentenceTransformer('paraphrase-MiniLM-L6-v2')
13
 
14
  # Get the Groq API key from environment variables
15
  client = Groq(