Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
♻️ ➖ rm translation and refactor
Browse filesSigned-off-by: peter szemraj <[email protected]>
- requirements.txt +2 -3
requirements.txt
CHANGED
|
@@ -1,12 +1,11 @@
|
|
|
|
|
| 1 |
clean-text[gpl]
|
| 2 |
-
python-doctr[torch]
|
| 3 |
gradio
|
| 4 |
-
libretranslatepy
|
| 5 |
natsort
|
| 6 |
nltk
|
| 7 |
pyspellchecker
|
|
|
|
| 8 |
rapidfuzz==2.13.7
|
| 9 |
torch
|
| 10 |
tqdm
|
| 11 |
transformers
|
| 12 |
-
accelerate
|
|
|
|
| 1 |
+
accelerate
|
| 2 |
clean-text[gpl]
|
|
|
|
| 3 |
gradio
|
|
|
|
| 4 |
natsort
|
| 5 |
nltk
|
| 6 |
pyspellchecker
|
| 7 |
+
python-doctr[torch]
|
| 8 |
rapidfuzz==2.13.7
|
| 9 |
torch
|
| 10 |
tqdm
|
| 11 |
transformers
|
|
|