Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
mgbam
/
CryptoSentinel_AI
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
3e3365d
CryptoSentinel_AI
/
start.sh
mgbam
Update start.sh
a01ab67
verified
3 days ago
raw
Copy download link
history
blame
Safe
188 Bytes
#!/bin/bash
# Launch the Uvicorn server, pointing to the final 'app' object (which is the
# Socket.IO wrapper) in the 'app/main.py' module.
uvicorn app.main:app --host 0.0.0.0 --port 7860