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...
mgbam
commited on
17 days ago
Commit
f6396c8
·
verified
·
1 Parent(s):
7a4c405
Create start.sh
Browse files
Files changed (1)
hide
show
start.sh
+2
-0
start.sh
ADDED
Viewed
@@ -0,0 +1,2 @@
1
+
#!/usr/bin/env bash
2
+
uvicorn main:app --host 0.0.0.0 --port 7860 --reload