Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Kadi-IAM
/
KadiChat
like
0
Running
App
Files
Files
Community
Kadi-IAM
commited on
28 days ago
Commit
86bfc8c
•
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)