Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
darshankr
/
tts-v0
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
tts-v0
/
Indic-TTS
/
Trainer
/
tests
/
__init__.py
darshankr
Upload 794 files
3215d8d
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."