Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +4 -2
requirements.txt
CHANGED
@@ -1,6 +1,8 @@
|
|
1 |
-
gradio>=4.44.1
|
2 |
PyPDF2>=3.0.0
|
3 |
openai>=1.12.0
|
4 |
requests>=2.31.0
|
5 |
gradio-client>=0.10.1
|
6 |
-
python-dotenv>=1.0.0
|
|
|
|
|
|
|
|
|
|
1 |
PyPDF2>=3.0.0
|
2 |
openai>=1.12.0
|
3 |
requests>=2.31.0
|
4 |
gradio-client>=0.10.1
|
5 |
+
python-dotenv>=1.0.0
|
6 |
+
huggingface_hub==0.22.2
|
7 |
+
groq
|
8 |
+
gradio==4.38.1
|