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
a4427f1
·
verified
·
1 Parent(s):
c88a7b3
Update start.sh
Browse files
Files changed (1)
hide
show
start.sh
+3
-0
start.sh
CHANGED
Viewed
@@ -1,3 +1,6 @@
1
python kafka_consumer.py &
2
3
# Start FastAPI app
1
+
#!/bin/bash
2
+
3
+
# Start Kafka consumer in the background
4
python kafka_consumer.py &
5
6
# Start FastAPI app