Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/coqui-ai/TTS
/ run_cli
Function
run_cli
tests/__init__.py:41–43 ·
view source on GitHub ↗
(command)
Source
from the content-addressed store, hash-verified
39
40
41
def
run_cli(command):
42
exit_status = os.system(command)
43
assert exit_status == 0, f
" [!] command `{command}` failed."
44
45
46
def
get_test_data_config():
Callers
15
test_synthesize
Function · 0.90
test_fast_pitch_train.py
File · 0.90
test_delightful_tts_train.py
File · 0.90
test_fastspeech_2_train.py
File · 0.90
test_align_tts_train.py
File · 0.90
test_fastspeech_2_speaker_emb_train.py
File · 0.90
test_glow_tts_d-vectors_train.py
File · 0.90
test_fast_pitch_speaker_emb_train.py
File · 0.90
test_delightful_tts_emb_spk.py
File · 0.90
test_delightful_tts_d-vectors_train.py
File · 0.90
test_glow_tts_train.py
File · 0.90
test_glow_tts_speaker_emb_train.py
File · 0.90
Calls
no outgoing calls
Tested by
13
test_synthesize
Function · 0.72
run_test_train
Function · 0.72
test_GlowTTS
Method · 0.72
test_Tacotron2
Method · 0.72
test_Tacotron
Method · 0.72
test_espeak_phonemes
Method · 0.72
test_no_espeak_phonemes
Method · 0.72
run_models
Function · 0.72
test_xtts
Function · 0.72
test_xtts_v2
Function · 0.72
test_tortoise
Function · 0.72
test_bark
Function · 0.72
Used in the wild
real call sites across dependent graphs
searching dependent graphs…