Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
DevBM
/
QGen
like
4
Sleeping
App
Files
Files
Community
5
Fetching metadata from the HF Docker repository...
DevBM
commited on
Jul 3, 2024
Commit
d715dc6
·
verified
·
1 Parent(s):
d401faa
Delete b
Browse files
Files changed (1)
hide
show
b/b.py
+0
-3
b/b.py
DELETED
Viewed
@@ -1,3 +0,0 @@
1
-
import subprocess
2
-
cmd = ["python", "-m", "spacy", "download", "en_core_web_sm"]
3
-
subprocess.run(cmd)