File size: 118 Bytes
7f1c89a
 
 
 
 
1
2
3
4
5
6
import subprocess

subprocess.run(
    args=["python", "-m", "moshi.server", "--port", "7860", "--host", "0.0.0.0"]
)