Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +1 -6
requirements.txt
CHANGED
@@ -1,14 +1,9 @@
|
|
1 |
# requirements.txt
|
2 |
-
torch
|
3 |
-
torchaudio
|
4 |
transformers
|
5 |
cohere
|
6 |
gradio
|
7 |
-
fastrtc
|
8 |
numpy
|
9 |
-
tortoise-tts
|
10 |
spaces
|
11 |
fastapi
|
12 |
uvicorn
|
13 |
-
python-dotenv
|
14 |
-
fastrtc-walkie-talkie
|
|
|
1 |
# requirements.txt
|
|
|
|
|
2 |
transformers
|
3 |
cohere
|
4 |
gradio
|
|
|
5 |
numpy
|
|
|
6 |
spaces
|
7 |
fastapi
|
8 |
uvicorn
|
9 |
+
python-dotenv
|
|