Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -15,7 +15,7 @@ def load_models():
|
|
15 |
embed_model = SentenceTransformer('sentence-transformers/all-mpnet-base-v2')
|
16 |
|
17 |
# Replace with your actual token from Hugging Face
|
18 |
-
TOKEN = "
|
19 |
|
20 |
# IBM Granite models with proper token usage
|
21 |
summary_tokenizer = AutoTokenizer.from_pretrained(
|
|
|
15 |
embed_model = SentenceTransformer('sentence-transformers/all-mpnet-base-v2')
|
16 |
|
17 |
# Replace with your actual token from Hugging Face
|
18 |
+
TOKEN = "TOKEN2"
|
19 |
|
20 |
# IBM Granite models with proper token usage
|
21 |
summary_tokenizer = AutoTokenizer.from_pretrained(
|