Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
streamlit==1.33.0
|
2 |
transformers==4.41.0
|
3 |
torch==2.3.0
|
4 |
-
pymupdf==1.23.25
|
|
|
|
1 |
streamlit==1.33.0
|
2 |
transformers==4.41.0
|
3 |
torch==2.3.0
|
4 |
+
pymupdf==1.23.25
|
5 |
+
tqdm==4.66.2 # For progress bars during model download
|