Spaces:
Running
Running
Create requirements.txt
Browse files- requirements.txt +12 -0
requirements.txt
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
torch
|
2 |
+
torchvision
|
3 |
+
ftfy
|
4 |
+
regex
|
5 |
+
tqdm
|
6 |
+
Pillow
|
7 |
+
numpy
|
8 |
+
openai
|
9 |
+
gradio
|
10 |
+
chromadb
|
11 |
+
python-dotenv
|
12 |
+
git+https://github.com/openai/CLIP.git
|