rosemariafontana commited on
Commit
76c000c
Β·
verified Β·
1 Parent(s): 784637f

I apparently cant spell well

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ from transformers import pipeline
5
 
6
 
7
  # Chatbot model
8
- model = pipeline("document-question-answering", model="importa/layoutlm-document-qa")
9
 
10
 
11
  def parse_ticket_image(image, question):
 
5
 
6
 
7
  # Chatbot model
8
+ model = pipeline("document-question-answering", model="impira/layoutlm-document-qa")
9
 
10
 
11
  def parse_ticket_image(image, question):