Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +6 -0
requirements.txt
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
fastapi==0.95.1
|
2 |
+
uvicorn==0.22.0
|
3 |
+
jinja2==3.1.2
|
4 |
+
python-multipart==0.0.6
|
5 |
+
huggingface_hub
|
6 |
+
websockets==11.0.3
|