feat: display demo file used when no input
This commit is contained in:
parent
b8e23fc984
commit
2871d9fb83
1 changed files with 2 additions and 1 deletions
1
tts.py
1
tts.py
|
|
@ -227,6 +227,7 @@ def main():
|
|||
start_time = time()
|
||||
output_files = generate_audio(generator, name, voice)
|
||||
generation_time = time() - start_time
|
||||
|
||||
if len(output_files) > 0:
|
||||
directory,f = os.path.split(output_files[0])
|
||||
else:
|
||||
|
|
|
|||
Loading…
Reference in a new issue