Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +5 -0
requirements.txt
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
streamlit
|
2 |
+
google-generativeai
|
3 |
+
chromadb>=0.4.0,<0.5.0 # Pin Chroma version for stability
|
4 |
+
Pillow
|
5 |
+
python-dotenv # Good practice, though HF secrets are better for deployment
|