Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -13,7 +13,7 @@ light_chat_model = pipeline(
|
|
13 |
"text-generation",
|
14 |
model="mistralai/Mistral-7B-Instruct-v0.2",
|
15 |
revision="refs/pr/23", # Use latest stable revision if needed
|
16 |
-
use_auth_token="
|
17 |
max_length=256
|
18 |
)
|
19 |
advanced_summarizer = pipeline("summarization", model="facebook/bart-large-cnn")
|
|
|
13 |
"text-generation",
|
14 |
model="mistralai/Mistral-7B-Instruct-v0.2",
|
15 |
revision="refs/pr/23", # Use latest stable revision if needed
|
16 |
+
use_auth_token="HUGGINGFACE_TOKEN",
|
17 |
max_length=256
|
18 |
)
|
19 |
advanced_summarizer = pipeline("summarization", model="facebook/bart-large-cnn")
|