Karol Idaszak commited on
Commit
d15bee8
1 Parent(s): f37541d

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -83,7 +83,7 @@ def interference(example, page_number=0):
83
 
84
  # Process the image and words
85
  model = AutoModelForTokenClassification.from_pretrained(
86
- "karida/LayoutLMv3_RFP/checkpoint-61200",
87
  use_auth_token=MODEL_KEY
88
  )
89
  processor = AutoProcessor.from_pretrained(
 
83
 
84
  # Process the image and words
85
  model = AutoModelForTokenClassification.from_pretrained(
86
+ "karida/LayoutLMv3_RFP",
87
  use_auth_token=MODEL_KEY
88
  )
89
  processor = AutoProcessor.from_pretrained(