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...
b3dbc54
KadiChat
/
start.py
Kadi-IAM
Update start.py
a18c850
verified
4 months ago
raw
Copy download link
history
blame
Safe
91 Bytes
import
subprocess
subprocess.run(
"uvicorn app:app --host 0.0.0.0 --port 7860"
, shell=
True
)