Skip to content

Commit 8596426

Browse files
authored
Merge pull request #1233 from ddorish/fix-runner-argv-propagation
Allow run-applio.sh pass extra argv, eventually to gradio launch(...)
2 parents 14b173a + 2241467 commit 8596426

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

run-applio.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ printf "\033]0;Applio\007"
66
export PYTORCH_MPS_HIGH_WATERMARK_RATIO=0.0
77

88
clear
9-
python app.py --open
9+
python app.py --open "$@"
10+

0 commit comments

Comments
 (0)