Update requirements.txt
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
|
@@ -1,4 +1,5 @@
|
|
| 1 |
streamlit
|
| 2 |
rembg
|
| 3 |
pillow
|
|
|
|
| 4 |
pymupdf # For handling PDF files
|
|
|
|
| 1 |
streamlit
|
| 2 |
rembg
|
| 3 |
pillow
|
| 4 |
+
onnxruntime
|
| 5 |
pymupdf # For handling PDF files
|