Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
darshankr
/
tts
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
tts
/
Indic-TTS
/
Trainer
/
tests
/
__init__.py
darshankr
Upload 795 files
287c28c
verified
11 months ago
raw
Copy download link
history
blame
contribute
delete
136 Bytes
import
os
def
run_cli
(
command
):
exit_status = os.system(command)
assert
exit_status ==
0
,
f" [!] command `
{command}
` failed."