Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Kadi-IAM
/
KadiChat
like
0
Running
App
Files
Files
Community
main
KadiChat
/
start.py
Kadi-IAM
Upload 5 files
b0eeae2
verified
17 days ago
raw
Copy download link
history
blame
contribute
delete
Safe
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
)