svjack commited on
Commit
4b19dfd
·
verified ·
1 Parent(s): 9fb7145

Create requirements.txt

Browse files
Files changed (1) hide show
  1. 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]