Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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('
|
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(
|