Spaces:
Sleeping
Sleeping
add torch and sentence transformers to req
Browse files- requirements.txt +3 -1
requirements.txt
CHANGED
|
@@ -1,4 +1,6 @@
|
|
| 1 |
streamlit
|
| 2 |
pandas
|
| 3 |
psycopg2-binary
|
| 4 |
-
boto3
|
|
|
|
|
|
|
|
|
| 1 |
streamlit
|
| 2 |
pandas
|
| 3 |
psycopg2-binary
|
| 4 |
+
boto3
|
| 5 |
+
torch
|
| 6 |
+
sentence-transformers
|