Update requirements.txt
Browse files- requirements.txt +2 -5
requirements.txt
CHANGED
|
@@ -1,7 +1,4 @@
|
|
| 1 |
gradio==4.44.1
|
| 2 |
-
|
| 3 |
-
pypdf>=4.0.0
|
| 4 |
-
python-dotenv>=1.0.0
|
| 5 |
-
requests>=2.31.0
|
| 6 |
-
reportlab>=4.0.0
|
| 7 |
huggingface_hub==0.25.2
|
|
|
|
|
|
| 1 |
gradio==4.44.1
|
| 2 |
+
gradio-client==1.3.0
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
huggingface_hub==0.25.2
|
| 4 |
+
requests
|