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
baf1a91
Shiny_Gradio_Msg_app
/
start.py
SatCat
Create start.py
4c81d25
over 1 year 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
)