Spaces:
Running
Running
acecalisto3
commited on
Commit
•
497c1e0
1
Parent(s):
f819cc0
Update requirements.txt
Browse files- requirements.txt +10 -2
requirements.txt
CHANGED
@@ -1,4 +1,12 @@
|
|
1 |
transformers
|
2 |
streamlit
|
3 |
-
torch==1.
|
4 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
transformers
|
2 |
streamlit
|
3 |
+
torch==1.13.1+cu117 # Replace with the correct version for your system
|
4 |
+
torchvision==0.14.1+cu117
|
5 |
+
torchaudio==0.13.1+cu117
|
6 |
+
black==22.12.0 # Choose a compatible version
|
7 |
+
pylint
|
8 |
+
opencv-python
|
9 |
+
gradio
|
10 |
+
cookiecutter
|
11 |
+
GitPython
|
12 |
+
pytest
|