Spaces:
Sleeping
Sleeping
Commit
·
b316022
1
Parent(s):
a73b924
create requirements.py
Browse files- requirements.py +7 -0
requirements.py
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Installing Necessary Packages
|
2 |
+
|
3 |
+
pip install transformers
|
4 |
+
pip install torch
|
5 |
+
pip install opencv-python
|
6 |
+
pip install openai
|
7 |
+
pip install sentencepiece
|