Spaces:
Runtime error
Runtime error
Ahsen Khaliq
commited on
Commit
·
a15d5fd
1
Parent(s):
ba9de54
Create requirements.txt
Browse files- requirements.txt +12 -0
requirements.txt
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
tqdm
|
2 |
+
requests
|
3 |
+
h5py
|
4 |
+
torch~=1.7.1
|
5 |
+
torchvision~=0.8.2
|
6 |
+
torchtext~=0.8.1
|
7 |
+
pytorch_lightning==1.3.3
|
8 |
+
scikit-video
|
9 |
+
av
|
10 |
+
moviepy
|
11 |
+
imageio
|
12 |
+
git+https://github.com/wilson1yan/VideoGPT.git
|