Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ from typing import Dict, List, Tuple
|
|
6 |
from textblob import TextBlob
|
7 |
|
8 |
# Load embeddings model
|
9 |
-
model = SentenceTransformer('
|
10 |
|
11 |
PERGUNTAS = [
|
12 |
{
|
|
|
6 |
from textblob import TextBlob
|
7 |
|
8 |
# Load embeddings model
|
9 |
+
model = SentenceTransformer('all-MiniLM-L6-v2')
|
10 |
|
11 |
PERGUNTAS = [
|
12 |
{
|