Spaces:
Runtime error
Runtime error
I apparently cant spell well
Browse files
app.py
CHANGED
|
@@ -5,7 +5,7 @@ from transformers import pipeline
|
|
| 5 |
|
| 6 |
|
| 7 |
# Chatbot model
|
| 8 |
-
model = pipeline("document-question-answering", model="
|
| 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):
|