Spaces:
Sleeping
Sleeping
Upload 2 files
Browse files- app.py +0 -0
- requirements.txt +8 -0
app.py
ADDED
File without changes
|
requirements.txt
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
boto3
|
2 |
+
pandas
|
3 |
+
numpy
|
4 |
+
torch
|
5 |
+
python-dotenv
|
6 |
+
sentence_transformers
|
7 |
+
transformers
|
8 |
+
streamlit
|