Spaces:
Runtime error
Runtime error
Create requirements.txt
Browse files- requirements.txt +9 -0
requirements.txt
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
git+https://github.com/huggingface/transformers.git@main # Must install from source
|
2 |
+
torch>=2.1.0
|
3 |
+
av==10.0.0
|
4 |
+
numpy>=1.23.0
|
5 |
+
Pillow>=10.0.0
|
6 |
+
gradio>=4.0.0
|
7 |
+
huggingface-hub>=0.20.0
|
8 |
+
accelerate>=0.27.0
|
9 |
+
bitsandbytes>=0.42.0
|