Update requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
@@ -3,8 +3,7 @@ google-generativeai==0.3.1
|
|
3 |
gradio==5.21.0
|
4 |
pydantic==2.10.6
|
5 |
pillow==10.2.0
|
6 |
-
dotenv
|
7 |
-
|
8 |
basicsr==1.4.2
|
9 |
gfpgan==1.3.8
|
10 |
realesrgan==0.3.0
|
@@ -12,4 +11,5 @@ torch==2.3.0
|
|
12 |
torchvision==0.18.0
|
13 |
opencv-python==4.9.0.80
|
14 |
numpy==1.26.4
|
15 |
-
tqdm==4.66.2
|
|
|
|
3 |
gradio==5.21.0
|
4 |
pydantic==2.10.6
|
5 |
pillow==10.2.0
|
6 |
+
python-dotenv
|
|
|
7 |
basicsr==1.4.2
|
8 |
gfpgan==1.3.8
|
9 |
realesrgan==0.3.0
|
|
|
11 |
torchvision==0.18.0
|
12 |
opencv-python==4.9.0.80
|
13 |
numpy==1.26.4
|
14 |
+
tqdm==4.66.2
|
15 |
+
transformers[torch]>=4.30.0
|