Spaces:
Sleeping
Sleeping
update requirements.txt
Browse files- requirements.txt +4 -7
requirements.txt
CHANGED
|
@@ -1,11 +1,8 @@
|
|
| 1 |
-
openai==0.27.8
|
| 2 |
datasets
|
| 3 |
huggingface-hub>=0.19
|
| 4 |
-
|
| 5 |
-
protobuf<4
|
| 6 |
click<8.1
|
| 7 |
-
pydantic
|
| 8 |
-
transformers
|
| 9 |
streamlit
|
| 10 |
-
|
| 11 |
-
|
|
|
|
|
|
|
| 1 |
datasets
|
| 2 |
huggingface-hub>=0.19
|
| 3 |
+
"protobuf<4"
|
|
|
|
| 4 |
click<8.1
|
| 5 |
+
pydantic~="1.0"
|
|
|
|
| 6 |
streamlit
|
| 7 |
+
openai==0.28.1
|
| 8 |
+
transformers
|