Spaces:
Sleeping
Sleeping
Nathan Slaughter
commited on
Commit
·
c7db8fe
1
Parent(s):
2f264ab
fix requirements
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -1,7 +1,8 @@
|
|
1 |
-
|
2 |
transformers
|
3 |
gradio
|
4 |
librosa
|
5 |
pymupdf4llm
|
|
|
6 |
pytest
|
7 |
pytest-mock # Added for mocking capabilities
|
|
|
1 |
+
torch
|
2 |
transformers
|
3 |
gradio
|
4 |
librosa
|
5 |
pymupdf4llm
|
6 |
+
accelerate
|
7 |
pytest
|
8 |
pytest-mock # Added for mocking capabilities
|