Spaces:
Running
Running
Synced repo using 'sync_with_huggingface' Github Action
Browse files- requirements.txt +4 -1
requirements.txt
CHANGED
@@ -1,4 +1,7 @@
|
|
1 |
torch==2.5.1
|
2 |
surya-ocr==0.9.0
|
3 |
gradio==5.8.0
|
4 |
-
huggingface-hub==0.26.3
|
|
|
|
|
|
|
|
1 |
torch==2.5.1
|
2 |
surya-ocr==0.9.0
|
3 |
gradio==5.8.0
|
4 |
+
huggingface-hub==0.26.3
|
5 |
+
|
6 |
+
# fix compatibility issue keep same with poetry lock file
|
7 |
+
transformers==4.48.1
|