KadiChat / start.py
Kadi-IAM's picture
Upload 5 files
b0eeae2 verified
raw
history blame contribute delete
158 Bytes
import subprocess
subprocess.run("kadi-apy config create", shell=True) # check kadi
subprocess.run("uvicorn app:app --host 0.0.0.0 --port 7860", shell=True)