ShubhamD95 commited on
Commit
d78fa13
·
verified ·
1 Parent(s): 726a7dd

Update app.py

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