Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
filipeclduarte
/
minimalFlaskAPI
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
filipeclduarte
commited on
May 5, 2022
Commit
8c13840
·
1 Parent(s):
1634b55
Delete start.py
Browse files
Files changed (1)
hide
show
start.py
+0
-3
start.py
DELETED
Viewed
@@ -1,3 +0,0 @@
1
-
import subprocess
2
-
3
-
subprocess.run("uvicorn module.app:app --host 0.0.0.0 --port 7860", shell=True)