Spaces:
Runtime error
Runtime error
Create requirements.txt
Browse files- requirements.txt +9 -0
requirements.txt
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
gradio==4.44.0
|
| 2 |
+
openai==1.51.0
|
| 3 |
+
pdf2image==1.17.0
|
| 4 |
+
Pillow==10.3.0
|
| 5 |
+
python-docx==1.1.2
|
| 6 |
+
reportlab==4.2.1
|
| 7 |
+
huggingface_hub==0.25.2
|
| 8 |
+
pandas==2.2.2
|
| 9 |
+
pyarrow==17.0.0
|