Spaces:
Runtime error
Runtime error
Req
Browse files- environment.yml +15 -0
environment.yml
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
name: tf
|
2 |
+
channels:
|
3 |
+
- defaults
|
4 |
+
dependencies:
|
5 |
+
- pip=22.3.1
|
6 |
+
- numpy=1.23.5
|
7 |
+
- pip:
|
8 |
+
- easyocr==1.6.2
|
9 |
+
- nltk==3.8.1
|
10 |
+
- numpy==1.23.5
|
11 |
+
- Pillow==9.5.0
|
12 |
+
- requests==2.28.1
|
13 |
+
- streamlit==1.14.1
|
14 |
+
- torch==2.0.0
|
15 |
+
- transformers==4.28.1
|