Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -1,3 +1,4 @@
|
|
|
|
1 |
gradio==4.37.2
|
2 |
pypdf==4.2.0
|
3 |
langchain==0.2.3
|
@@ -11,5 +12,5 @@ torchvision==0.18.1
|
|
11 |
torchaudio==2.3.1
|
12 |
scikit-learn==1.3.0
|
13 |
python setup.py
|
14 |
-
|
15 |
|
|
|
1 |
+
pip install --upgrade pip
|
2 |
gradio==4.37.2
|
3 |
pypdf==4.2.0
|
4 |
langchain==0.2.3
|
|
|
12 |
torchaudio==2.3.1
|
13 |
scikit-learn==1.3.0
|
14 |
python setup.py
|
15 |
+
|
16 |
|