Spaces:
Sleeping
Sleeping
andykr1k commited on
Commit ·
48c2d5b
1
Parent(s): 208bc9c
trying new config
Browse files
app.py
CHANGED
|
@@ -42,7 +42,7 @@ user_interactions = defaultdict(set)
|
|
| 42 |
post_features = {}
|
| 43 |
post_metadata = {}
|
| 44 |
|
| 45 |
-
sentence_model = SentenceTransformer('all-MiniLM-L6-v2')
|
| 46 |
|
| 47 |
SUPABASE_URL = os.getenv('supabaseUrl')
|
| 48 |
SUPABASE_KEY = os.getenv('supabaseAnonKey')
|
|
|
|
| 42 |
post_features = {}
|
| 43 |
post_metadata = {}
|
| 44 |
|
| 45 |
+
sentence_model = SentenceTransformer('all-MiniLM-L6-v2', cache_dir='/home/user/huggingface/sentence-transformers')
|
| 46 |
|
| 47 |
SUPABASE_URL = os.getenv('supabaseUrl')
|
| 48 |
SUPABASE_KEY = os.getenv('supabaseAnonKey')
|