i0switch commited on
Commit
66316b1
·
verified ·
1 Parent(s): 30bb03f

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +13 -0
requirements.txt ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # requirements.txt
2
+
3
+ gradio
4
+ torch
5
+ diffusers
6
+ accelerate
7
+ transformers
8
+ opencv-python-headless
9
+ Pillow
10
+ insightface
11
+ onnxruntime
12
+ # APIをPythonからテストするために使用
13
+ gradio_client