fix version conflict
Browse files- README.md +4 -1
- requirements.txt +3 -2
README.md
CHANGED
@@ -10,4 +10,7 @@ pinned: false
|
|
10 |
license: apache-2.0
|
11 |
---
|
12 |
|
13 |
-
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
|
|
|
|
10 |
license: apache-2.0
|
11 |
---
|
12 |
|
13 |
+
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
14 |
+
|
15 |
+
|
16 |
+
transformers>=4.21.1,<=4.40.0
|
requirements.txt
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
-
|
|
|
2 |
torch
|
3 |
https://github.com/kpu/kenlm/archive/master.zip
|
4 |
-
pycorrector
|
|
|
1 |
+
gradio==4.38.1
|
2 |
+
transformers==4.40.0
|
3 |
torch
|
4 |
https://github.com/kpu/kenlm/archive/master.zip
|
5 |
+
pycorrector
|