Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +4 -1
requirements.txt
CHANGED
@@ -1,6 +1,9 @@
|
|
|
|
1 |
openai
|
2 |
markdown2
|
3 |
gradio_pdf
|
4 |
-
|
|
|
|
|
5 |
pytesseract
|
6 |
git+https://github.com/getomni-ai/zerox.git
|
|
|
1 |
+
gradio==5.1.0
|
2 |
openai
|
3 |
markdown2
|
4 |
gradio_pdf
|
5 |
+
torch
|
6 |
+
transformers
|
7 |
+
pdf2image>=1.17.0
|
8 |
pytesseract
|
9 |
git+https://github.com/getomni-ai/zerox.git
|