Spaces:
Running
Running
fix
Browse files- requirements.txt +16 -2
requirements.txt
CHANGED
@@ -1,2 +1,16 @@
|
|
1 |
-
|
2 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
torch==2.0.0
|
2 |
+
torchvision==0.15.1
|
3 |
+
torchaudio==2.0.1
|
4 |
+
torchtext==0.15.1
|
5 |
+
easydict
|
6 |
+
pandas
|
7 |
+
tqdm
|
8 |
+
pyyaml
|
9 |
+
scikit-learn
|
10 |
+
ffmpeg-python
|
11 |
+
ftfy
|
12 |
+
regex
|
13 |
+
einops
|
14 |
+
fvcore
|
15 |
+
gradio
|
16 |
+
clip@git+https://github.com/openai/CLIP.git
|