Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
SatCat
/
Shiny_Gradio_Msg_app
like
0
Running
App
Files
Files
Community
SatCat
commited on
Apr 5, 2023
Commit
4c81d25
•
1 Parent(s):
8a10f4e
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)