Update run_demo.sh
Browse files- 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
|
|
|
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
|