Create requirements.txt
Browse files- requirements.txt +5 -0
requirements.txt
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
tensorflow
|
2 |
+
tf2onnx
|
3 |
+
gradio==3.48.0
|
4 |
+
python-doctr==0.7.0
|
5 |
+
pillow==10.2.0
|