Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +18 -0
requirements.txt
CHANGED
@@ -6,3 +6,21 @@ streamlit
|
|
6 |
streamlit-player
|
7 |
onnxruntime
|
8 |
transformers==4.22.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
streamlit-player
|
7 |
onnxruntime
|
8 |
transformers==4.22.0
|
9 |
+
numpy==1.26.4
|
10 |
+
pyyaml==6.0.1
|
11 |
+
opencv-python==4.10.0.84
|
12 |
+
scipy==1.13.1
|
13 |
+
imageio==2.34.2
|
14 |
+
lmdb==1.4.1
|
15 |
+
tqdm==4.66.4
|
16 |
+
rich==13.7.1
|
17 |
+
ffmpeg-python==0.2.0
|
18 |
+
onnx==1.16.1
|
19 |
+
scikit-image==0.24.0
|
20 |
+
albumentations==1.4.10
|
21 |
+
matplotlib==3.9.0
|
22 |
+
imageio-ffmpeg==0.5.1
|
23 |
+
tyro==0.8.5
|
24 |
+
gradio==4.37.1
|
25 |
+
pykalman==0.9.7
|
26 |
+
pillow>=10.2.0
|