sunbal7 commited on
Commit
4a86a9d
·
verified ·
1 Parent(s): e7d1d1d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = "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(