Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +6 -8
requirements.txt
CHANGED
@@ -1,8 +1,6 @@
|
|
1 |
-
gradio
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
Pillow
|
6 |
-
|
7 |
-
langchain-core>=0.1.13
|
8 |
-
jinja2>=3.1.2
|
|
|
1 |
+
gradio==3.50.2
|
2 |
+
markdown==3.4.3
|
3 |
+
beautifulsoup4==4.12.2
|
4 |
+
reportlab==4.0.4
|
5 |
+
Pillow==9.5.0
|
6 |
+
requests==2.31.0
|
|
|
|