chansung commited on
Commit
5c8f5e1
·
1 Parent(s): 62ed6ac

Update entry_script.sh

Browse files
Files changed (1) hide show
  1. entry_script.sh +1 -1
entry_script.sh CHANGED
@@ -1,6 +1,6 @@
1
  #!/bin/bash
2
 
3
- python health_check.py > log2.log &
4
 
5
  python entry_point.py > log1.log &
6
 
 
1
  #!/bin/bash
2
 
3
+ python health_check_gradio.py > log2.log &
4
 
5
  python entry_point.py > log1.log &
6