Spaces:
Runtime error
Runtime error
fix build-run.sh
Browse files- build-run.sh +1 -1
build-run.sh
CHANGED
|
@@ -17,4 +17,4 @@ if [ -z ${COMPILE+x} ]; then
|
|
| 17 |
fi
|
| 18 |
echo -e "\033[1;32m\npipeline: $PIPELINE \033[0m"
|
| 19 |
echo -e "\033[1;32m\ncompile: $COMPILE \033[0m"
|
| 20 |
-
python3
|
|
|
|
| 17 |
fi
|
| 18 |
echo -e "\033[1;32m\npipeline: $PIPELINE \033[0m"
|
| 19 |
echo -e "\033[1;32m\ncompile: $COMPILE \033[0m"
|
| 20 |
+
python3 main.py --port 7860 --host 0.0.0.0 --pipeline $PIPELINE $COMPILE
|