Spaces:
Sleeping
Sleeping
export path=/home/atualli/.local/lib/python3.8/site-packages:$PATH | |
cd ~/Projetos/huggingface/yolov7 | |
SERVER=192.168.0.153 | |
PORT=8080 | |
if lsof -Pi :$PORT -sTCP:LISTEN -t >/dev/null ; then | |
echo "running" | |
else | |
./telegramCrise.sh "reiniciando_yolox_V5G_linux_192.168.0.153:8080" | |
pkill -f app1.py | |
python app1.py & | |
echo "not running" | |
fi | |