Spaces:
Build error
Build error
Upload app.py
Browse files
app.py
CHANGED
@@ -22,8 +22,7 @@ model = LayoutLMv2ForTokenClassification.from_pretrained("amir22010/layoutxlm-xf
|
|
22 |
|
23 |
# load image example
|
24 |
dataset = load_dataset("ranpox/xfund", 'xfund.ja', split="validation")
|
25 |
-
|
26 |
-
image = Image.open(dataset[0]["image"]).convert("RGB")
|
27 |
image = Image.open("./invoice.png")
|
28 |
image.save("document.png")
|
29 |
# define id2label, label2color
|
|
|
22 |
|
23 |
# load image example
|
24 |
dataset = load_dataset("ranpox/xfund", 'xfund.ja', split="validation")
|
25 |
+
image = Image.open(dataset[0]["image"][0]).convert("RGB")
|
|
|
26 |
image = Image.open("./invoice.png")
|
27 |
image.save("document.png")
|
28 |
# define id2label, label2color
|