Spaces:
Sleeping
Sleeping
Upload requirements.txt
Browse files- requirements.txt +6 -0
requirements.txt
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
torch
|
2 |
+
openai
|
3 |
+
python-dotenv==1.0.0
|
4 |
+
transformers
|
5 |
+
pandas
|
6 |
+
matplotlib
|