Spaces:
Configuration error
Configuration error
Commit
·
3d5c919
1
Parent(s):
10b79f0
Create requirements.txt
Browse files- requirements.txt +7 -0
requirements.txt
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
python-multipart
|
| 2 |
+
fastapi
|
| 3 |
+
pydantic
|
| 4 |
+
uvicorn
|
| 5 |
+
requests
|
| 6 |
+
python-dotenv
|
| 7 |
+
ctransformers
|