Create requirements.txt
Browse files- requirements.txt +6 -0
requirements.txt
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
gradio>=3.0.0
|
2 |
+
PyPDF2>=3.0.0
|
3 |
+
Pillow>=9.0.0
|
4 |
+
opencv-python>=4.5.0
|
5 |
+
pydub>=0.25.0
|
6 |
+
numpy>=1.21.0
|