File size: 117 Bytes
f35a51f
04e576c
f35a51f
 
 
1
2
3
4
5
import subprocess

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