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