amir22010 commited on
Commit
e816a93
·
1 Parent(s): 591e250

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
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
- print(dataset[0])
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