Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
Kadi-IAM/KadiChat
adrian-1234
/
KadiChat
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
KadiChat
/
start.py
Kadi-IAM
Upload 5 files
b0eeae2
verified
4 months 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
)