Spaces:
Runtime error
Runtime error
Upload requirements.txt
Browse files- requirements.txt +8 -0
requirements.txt
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
editdistance==0.5.2
|
2 |
+
cinemagoer
|
3 |
+
matplotlib==3.8.2
|
4 |
+
numpy==1.24.3
|
5 |
+
opencv-python==4.9.0
|
6 |
+
tensorflow==2.13.1
|
7 |
+
streamlit==1.32.2
|
8 |
+
streamlit-drawable-canvas==0.8.0
|