Spaces:
Sleeping
Sleeping
ITSAIDI
commited on
Commit
•
bc66c2d
1
Parent(s):
6a10585
ghg
Browse files- utilitis.py +1 -1
utilitis.py
CHANGED
@@ -6,7 +6,7 @@ from transformers import AutoProcessor,LayoutLMv3ForTokenClassification
|
|
6 |
import numpy as np
|
7 |
import time
|
8 |
|
9 |
-
model_Hugging_path = "Noureddinesa/
|
10 |
|
11 |
|
12 |
#############################################################################
|
|
|
6 |
import numpy as np
|
7 |
import time
|
8 |
|
9 |
+
model_Hugging_path = "Noureddinesa/Output_LayoutLMv3_v7"
|
10 |
|
11 |
|
12 |
#############################################################################
|