Spaces:
Build error
Build error
Create install.py
Browse files- install.py +3 -0
install.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import os
|
| 2 |
+
os.system("pip install sentence-transformers")
|
| 3 |
+
print("Installation complete!")
|