Spaces:
Running
Running
Create requirements.txt
Browse files- requirements.txt +10 -0
requirements.txt
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
gradio
|
2 |
+
huggingface_hub==0.25.0
|
3 |
+
insightface
|
4 |
+
opencv-python
|
5 |
+
|
6 |
+
# onnxruntime-gpu
|
7 |
+
onnxruntime
|
8 |
+
|
9 |
+
datasets
|
10 |
+
httpx[socks]
|