Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -10,10 +10,10 @@ tqdm==4.64.1
|
|
10 |
psutil==5.9.5
|
11 |
pytorch_lightning==1.9.4
|
12 |
omegaconf==2.2.3
|
13 |
-
gradio==
|
|
|
14 |
pygit2==1.12.2
|
15 |
opencv-contrib-python==4.8.0.74
|
16 |
httpx==0.24.1
|
17 |
onnxruntime==1.16.3
|
18 |
timm==0.9.2
|
19 |
-
|
|
|
10 |
psutil==5.9.5
|
11 |
pytorch_lightning==1.9.4
|
12 |
omegaconf==2.2.3
|
13 |
+
gradio==3.41.2
|
14 |
+
python==3.8
|
15 |
pygit2==1.12.2
|
16 |
opencv-contrib-python==4.8.0.74
|
17 |
httpx==0.24.1
|
18 |
onnxruntime==1.16.3
|
19 |
timm==0.9.2
|
|