hassan526 commited on
Commit
f9bc601
·
verified ·
1 Parent(s): 7e68fde

Update run_demo.sh

Browse files
Files changed (1) hide show
  1. run_demo.sh +2 -1
run_demo.sh CHANGED
@@ -14,7 +14,8 @@ show_help() {
14
  echo " -h, --help Show this help message"
15
  }
16
 
17
- python3 gradio/app.py
 
18
 
19
  # Parse command-line options
20
  # if [ $# -eq 0 ] || [ $# -gt 1 ]; then
 
14
  echo " -h, --help Show this help message"
15
  }
16
 
17
+ python3 flask/app.py
18
+ # python3 gradio/app.py
19
 
20
  # Parse command-line options
21
  # if [ $# -eq 0 ] || [ $# -gt 1 ]; then