Spaces:
Sleeping
Sleeping
Update run_demo.sh
Browse files- run_demo.sh +2 -2
run_demo.sh
CHANGED
|
@@ -14,8 +14,8 @@ show_help() {
|
|
| 14 |
echo " -h, --help Show this help message"
|
| 15 |
}
|
| 16 |
|
| 17 |
-
|
| 18 |
-
python3 gradio/app.py
|
| 19 |
|
| 20 |
# Parse command-line options
|
| 21 |
# 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
|