muradkhan commited on
Commit
95aba3d
1 Parent(s): aa71834

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -27,7 +27,7 @@ def process_invoice(file, questions):
27
 
28
  # Initialize the Hugging Face pipeline
29
  print("Initializing the Hugging Face pipeline...")
30
- qa_pipeline = pipeline("question-answering", model="mistralai/Mixtral-8x7B-Instruct-v0.1", use_auth_token=hf_token)
31
 
32
  answers = {}
33
  for question in questions.split(','):
 
27
 
28
  # Initialize the Hugging Face pipeline
29
  print("Initializing the Hugging Face pipeline...")
30
+ qa_pipeline = pipeline("question-answering", model="mistralai/Mistral-7B-Instruct-v0.2", use_auth_token=hf_token)
31
 
32
  answers = {}
33
  for question in questions.split(','):