Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -3,7 +3,7 @@ from transformers import pipeline
|
|
3 |
import re
|
4 |
|
5 |
# ✅ Load Hugging Face summarization/chat model
|
6 |
-
summarizer = pipeline("text-generation", model="
|
7 |
|
8 |
|
9 |
# ✅ Highlight matching and find missing keywords
|
|
|
3 |
import re
|
4 |
|
5 |
# ✅ Load Hugging Face summarization/chat model
|
6 |
+
summarizer = pipeline("text-generation", model="mistralai/Mistral-7B-Instruct-v0.1")
|
7 |
|
8 |
|
9 |
# ✅ Highlight matching and find missing keywords
|