Update requirements.txt
Browse files- requirements.txt +9 -0
requirements.txt
CHANGED
@@ -1,4 +1,13 @@
|
|
1 |
--extra-index-url https://download.pytorch.org/whl/cu118
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
|
3 |
gfpgan==1.3.8
|
4 |
gradio
|
|
|
1 |
--extra-index-url https://download.pytorch.org/whl/cu118
|
2 |
+
torch==2.0.1+cu118
|
3 |
+
torchvision==0.15.2+cu118
|
4 |
+
gradio
|
5 |
+
insightface
|
6 |
+
moviepy
|
7 |
+
onnxruntime-gpu
|
8 |
+
numpy
|
9 |
+
tqdm
|
10 |
+
opencv-python-headless
|
11 |
|
12 |
gfpgan==1.3.8
|
13 |
gradio
|