Spaces:
Runtime error
Runtime error
Create requirements.txt
Browse files- requirements.txt +11 -0
requirements.txt
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
torch==2.5.1
|
2 |
+
torchvision==0.20.1
|
3 |
+
torchaudio==2.5.1
|
4 |
+
transformers
|
5 |
+
gradio==5.23.3
|
6 |
+
pdf2image==1.17.0
|
7 |
+
huggingface_hub
|
8 |
+
Pillow
|
9 |
+
numpy
|
10 |
+
opencv-python-headless
|
11 |
+
pymupdf
|