Spaces:
Sleeping
Sleeping
hertogateis
commited on
Upload requirements.txt
Browse files- requirements.txt +6 -0
requirements.txt
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
streamlit
|
2 |
+
pandas
|
3 |
+
transformers==4.24.0
|
4 |
+
torch==1.13.1+cpu
|
5 |
+
--extra-index-url https://download.pytorch.org/whl/cpu
|
6 |
+
streamlit-aggrid
|