Update requirements.txt
Browse files- requirements.txt +8 -6
requirements.txt
CHANGED
@@ -1,6 +1,8 @@
|
|
1 |
-
|
2 |
-
bitsandbytes
|
3 |
-
accelerate
|
4 |
-
timm
|
5 |
-
easyocr
|
6 |
-
|
|
|
|
|
|
1 |
+
git+https://github.com/huggingface/transformers.git
|
2 |
+
bitsandbytes
|
3 |
+
accelerate
|
4 |
+
timm
|
5 |
+
easyocr
|
6 |
+
gradio>=3.52.0
|
7 |
+
huggingface_hub
|
8 |
+
scikit-learn
|