moshi-server / app.py
freddyaboulton's picture
fix
f35a51f
raw
history blame contribute delete
117 Bytes
import subprocess
subprocess.run(
args=["python", "-m", "moshi.server", "--port", "7860", "--host", "0.0.0.0"]
)