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...
Kadi-IAM
commited on
Oct 17, 2024
Commit
86bfc8c
·
verified
·
1 Parent(s):
6873500
Create start.py
Browse files
Files changed (1)
hide
show
start.py
+3
-0
start.py
ADDED
Viewed
@@ -0,0 +1,3 @@
1
+
import subprocess
2
+
3
+
subprocess.run("uvicorn app:app --host 0.0.0.0 --port 7860", shell=True)