Spaces:
Running
Running
Create requirements.txt
Browse files- requirements.txt +8 -0
requirements.txt
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
torch==1.11.0
|
2 |
+
transformers
|
3 |
+
altair<5
|
4 |
+
click<8.0
|
5 |
+
streamlit
|
6 |
+
Pillow==8.4.0
|
7 |
+
opencv-python
|
8 |
+
numpy
|