haor commited on
Commit
9237de4
1 Parent(s): 1d701b6

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +9 -0
requirements.txt ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ torch
2
+ torchvision
3
+ git+https://github.com/openai/CLIP.git
4
+ pandas
5
+ numpy
6
+ opencv-python
7
+ gradio
8
+ scipy
9
+ Pillow