Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
AppliedInfo
/
turner_ml
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
aamirtaymoor
commited on
Feb 13, 2024
Commit
7703d90
·
verified
·
1 Parent(s):
adec1a1
Create script.sh
Browse files
Files changed (1)
hide
show
script.sh
+4
-0
script.sh
ADDED
Viewed
@@ -0,0 +1,4 @@
1
+
python kafka_consumer.py &
2
+
3
+
# Start FastAPI app
4
+
uvicorn main:app --host 0.0.0.0 --port 7860