Spaces:
Runtime error
Runtime error
File size: 171 Bytes
4efe6b5 |
1 2 3 4 5 6 7 8 9 10 |
#!/bin/sh
printf "\033]0;Applio\007"
. .venv/bin/activate
export PYTORCH_ENABLE_MPS_FALLBACK=1
export PYTORCH_MPS_HIGH_WATERMARK_RATIO=0.0
clear
python app.py --open
|