Spaces:
Runtime error
Runtime error
fix = should be ==
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -4,7 +4,7 @@ pydub==0.25.1
|
|
4 |
streamlit_webrtc==0.45.0
|
5 |
twilio==8.2.1
|
6 |
python-dotenv==1.0.0
|
7 |
-
watchdog
|
8 |
torch==1.13.1
|
9 |
numpy==1.24.3
|
10 |
open_clip_torch==2.20.0
|
|
|
4 |
streamlit_webrtc==0.45.0
|
5 |
twilio==8.2.1
|
6 |
python-dotenv==1.0.0
|
7 |
+
watchdog==3.0.0
|
8 |
torch==1.13.1
|
9 |
numpy==1.24.3
|
10 |
open_clip_torch==2.20.0
|