Create requirements.txt
Browse files- requirements.txt +7 -0
requirements.txt
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
gradio==4.44.0
|
| 2 |
+
langchain==0.3.0
|
| 3 |
+
langchain-core==0.3.0
|
| 4 |
+
langchain-huggingface==0.1.0
|
| 5 |
+
huggingface-hub==0.25.0
|
| 6 |
+
transformers==4.45.0
|
| 7 |
+
python-dotenv==1.0.0
|