Spaces:
Sleeping
Sleeping
Rwan Ashraf commited on
Commit ·
ede59dd
1
Parent(s): 766aa40
Add requirements.txt for Hugging Face Space dependencies
Browse files- requirements.txt +5 -0
requirements.txt
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
fastapi
|
| 2 |
+
uvicorn
|
| 3 |
+
huggingface_hub
|
| 4 |
+
sentence-transformers
|
| 5 |
+
chromadb
|