Commit
·
1e63bad
1
Parent(s):
f6ae966
Add config.json so HF can count downloads
Browse files- config.json +6 -0
config.json
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"library": "doctra",
|
| 3 |
+
"format": "pickle",
|
| 4 |
+
"primary_weight_file": "docres.pkl",
|
| 5 |
+
"tasks": ["dewarping","deshadowing","appearance","deblurring","binarization"]
|
| 6 |
+
}
|