Create requirements.txt
Browse files- requirements.txt +14 -0
requirements.txt
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
gradio==4.20.1
|
| 2 |
+
transformers==4.49.0
|
| 3 |
+
torch==2.6.0
|
| 4 |
+
torchvision==0.21.0
|
| 5 |
+
torchaudio==2.6.0
|
| 6 |
+
diffusers==0.32.2
|
| 7 |
+
timm==1.0.15
|
| 8 |
+
av==14.2.0
|
| 9 |
+
huggingface-hub>=0.19
|
| 10 |
+
hf-transfer>=0.1.4
|
| 11 |
+
protobuf<4
|
| 12 |
+
click<8.1
|
| 13 |
+
pydantic>=2.0
|
| 14 |
+
sentencepiece
|