Spaces:
Sleeping
Sleeping
acecalisto3
commited on
Commit
•
e527a77
1
Parent(s):
5e396de
Update requirements.txt
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
@@ -1,10 +1,11 @@
|
|
|
|
1 |
bs4
|
2 |
torch
|
3 |
-
streamlit
|
4 |
os
|
5 |
subprocess
|
6 |
transformers
|
7 |
black
|
8 |
pylint
|
9 |
io
|
10 |
-
sys
|
|
|
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
|