Spaces:
Sleeping
Sleeping
acecalisto3
commited on
Commit
•
77d5d87
1
Parent(s):
e527a77
Update requirements.txt
Browse files- requirements.txt +2 -4
requirements.txt
CHANGED
@@ -1,11 +1,9 @@
|
|
1 |
-
ensure_pip
|
2 |
-
bs4
|
3 |
-
torch
|
4 |
-
streamlit==1.35.0
|
5 |
os
|
6 |
subprocess
|
|
|
7 |
transformers
|
8 |
black
|
9 |
pylint
|
10 |
io
|
|
|
11 |
sys
|
|
|
|
|
|
|
|
|
|
|
1 |
os
|
2 |
subprocess
|
3 |
+
streamlit==1.35.0
|
4 |
transformers
|
5 |
black
|
6 |
pylint
|
7 |
io
|
8 |
+
openai
|
9 |
sys
|