Upload requirements.txt
Browse filesSimplified version with minimal dependencies
- requirements.txt +9 -0
requirements.txt
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
torch>=2.0.0
|
2 |
+
torchvision>=0.15.0
|
3 |
+
transformers==4.35.0
|
4 |
+
gradio>=3.50.0
|
5 |
+
pillow>=9.0.0
|
6 |
+
pdf2image>=1.16.0
|
7 |
+
numpy>=1.22.0
|
8 |
+
huggingface_hub==0.17.3
|
9 |
+
protobuf<4.0.0
|