Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +11 -0
requirements.txt
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
fastapi
|
2 |
+
uvicorn
|
3 |
+
pydantic
|
4 |
+
aitextgen
|
5 |
+
nltk
|
6 |
+
spacy
|
7 |
+
transformers
|
8 |
+
audiocraft
|
9 |
+
diffusers
|
10 |
+
scikit-learn
|
11 |
+
torch
|