Deepak Sahu commited on
Commit
fa3b522
·
1 Parent(s): 521dc73

Update start.sh

Browse files
Files changed (1) hide show
  1. start.sh +1 -1
start.sh CHANGED
@@ -1,8 +1,8 @@
1
  #!/bin/bash
2
 
3
  # Run both commands in parallel
4
- python frontend.py &
5
  aiq serve --config_file=config.yaml &
 
6
 
7
  # Wait for any to exit (optional)
8
  wait -n
 
1
  #!/bin/bash
2
 
3
  # Run both commands in parallel
 
4
  aiq serve --config_file=config.yaml &
5
+ python frontend.py
6
 
7
  # Wait for any to exit (optional)
8
  wait -n