Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
HASHIRUAgentX/hashiruAI
guineapig
/
hashiruAI
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
hashiruAI
/
start.py
helloparthshah
using auth now
9486741
9 days ago
raw
Copy download link
history
blame
contribute
delete
Safe
91 Bytes
import
subprocess
subprocess.run(
"uvicorn app:app --host 0.0.0.0 --port 7860"
, shell=
True
)