Spaces:
Running
Running
Create requirements.txt
Browse files- requirements.txt +8 -0
requirements.txt
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
gradio
|
2 |
+
huggingface_hub
|
3 |
+
#torch==1.11.0
|
4 |
+
torch
|
5 |
+
torchvision==0.15.1
|
6 |
+
pytorchvideo==0.1.5
|
7 |
+
pyav==11.4.1
|
8 |
+
httpx[socks]
|