Block a user
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 =…