Spaces:
Running
Running
acecalisto3
commited on
Commit
•
93b1fa0
1
Parent(s):
c5be88a
Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
transformers==4.41.2
|
2 |
streamlit==1.26.0
|
3 |
-
|
4 |
torch
|
5 |
torchvision
|
6 |
torchaudio
|
@@ -12,4 +12,4 @@ cookiecutter
|
|
12 |
GitPython
|
13 |
pytest==7.2.1
|
14 |
faiss-cpu==1.7.2
|
15 |
-
|
|
|
1 |
transformers==4.41.2
|
2 |
streamlit==1.26.0
|
3 |
+
huggingface_hub
|
4 |
torch
|
5 |
torchvision
|
6 |
torchaudio
|
|
|
12 |
GitPython
|
13 |
pytest==7.2.1
|
14 |
faiss-cpu==1.7.2
|
15 |
+
huggingface_cli
|