Spaces:
Sleeping
Sleeping
Samuel L Meyers
commited on
Commit
·
be68991
1
Parent(s):
dc422ae
We should probably download transformers before importing it.
Browse files- requirements.txt +3 -1
requirements.txt
CHANGED
@@ -3,4 +3,6 @@
|
|
3 |
balacoon-tts==0.1.3
|
4 |
huggingface_hub
|
5 |
numpy
|
6 |
-
httpx==0.24.1
|
|
|
|
|
|
3 |
balacoon-tts==0.1.3
|
4 |
huggingface_hub
|
5 |
numpy
|
6 |
+
httpx==0.24.1
|
7 |
+
git+https://github.com/huggingface/transformers
|
8 |
+
torch
|