Spaces:
Sleeping
Sleeping
change image
Browse files- MicrosoftTeams-image (23).png +0 -0
- app.py +1 -1
MicrosoftTeams-image (23).png
ADDED
![]() |
app.py
CHANGED
@@ -30,7 +30,7 @@ pipe = pipeline("document-question-answering", model="impira/layoutlm-document-q
|
|
30 |
|
31 |
@app.get("/hello_2")
|
32 |
def read_root():
|
33 |
-
image = '
|
34 |
|
35 |
question_1 = "What is the Total amount?"
|
36 |
question_2 = "What is Total VAT amount?"
|
|
|
30 |
|
31 |
@app.get("/hello_2")
|
32 |
def read_root():
|
33 |
+
image = 'MicrosoftTeams-image (23).png'
|
34 |
|
35 |
question_1 = "What is the Total amount?"
|
36 |
question_2 = "What is Total VAT amount?"
|