Update requirements.txt
Browse filesadding the rest of the requirements
- requirements.txt +7 -1
requirements.txt
CHANGED
|
@@ -1 +1,7 @@
|
|
| 1 |
-
huggingface_hub==0.25.2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
huggingface_hub==0.25.2
|
| 2 |
+
gradio
|
| 3 |
+
pandas
|
| 4 |
+
langchain
|
| 5 |
+
langchain-openai
|
| 6 |
+
langchain-experimental
|
| 7 |
+
python-dotenv
|