Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
LunaticMaestro
/
N.AIQ2
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
N.AIQ2
/
start.sh
Deepak Sahu
warm
97127b4
about 2 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
201 Bytes
#!/bin/bash
# Run both commands in parallel
aiq serve --config_file=config.yaml &
python frontend.py
# Wait for any to exit (optional)
wait
-n
# Exit with status of the first failed process
exit
$?