Spaces:
Runtime error
Runtime error
Add python dependencies.
Browse files- requirements.txt +8 -0
requirements.txt
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
gradio
|
2 |
+
transformers==4.24.0
|
3 |
+
torch
|
4 |
+
pillow
|
5 |
+
datasets
|
6 |
+
opencv-python
|
7 |
+
sentencepiece
|
8 |
+
protobuf==3.20.3
|