Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +3 -0
requirements.txt
CHANGED
@@ -3,3 +3,6 @@ requests
|
|
3 |
transformers
|
4 |
datasets
|
5 |
torch
|
|
|
|
|
|
|
|
3 |
transformers
|
4 |
datasets
|
5 |
torch
|
6 |
+
|
7 |
+
# fix from https://discuss.streamlit.io/t/typeerror-descriptors-cannot-not-be-created-directly/25639/5
|
8 |
+
protobuf~=3.19.0
|