Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +5 -1
requirements.txt
CHANGED
@@ -6,4 +6,8 @@ numpy==1.24.3
|
|
6 |
timm==0.9.2
|
7 |
opencv-python-headless==4.8.0.74
|
8 |
av==10.0.0
|
9 |
-
streamlit-webrtc==0.45.0
|
|
|
|
|
|
|
|
|
|
6 |
timm==0.9.2
|
7 |
opencv-python-headless==4.8.0.74
|
8 |
av==10.0.0
|
9 |
+
streamlit-webrtc==0.45.0
|
10 |
+
ModuleNotFoundError: No module named 'albumentations'
|
11 |
+
Traceback:
|
12 |
+
File "/home/user/app/streamlit_app.py", line 10, in <module>
|
13 |
+
albumentations
|