• Joined on 2023-07-23
jtfl28 commented on issue mrq/ai-voice-cloning#261 2023-07-23 22:48:36 +00:00
Question; How to continually run from CLI

`import subprocess import time import requests import os import json

cmd = 'cd ai-voice-cloning && start.bat' process = subprocess.Popen(cmd, shell=True)

time.sleep(30)

voice_name =…