openai-detector / webui.sh
NotTheDr01ds
webui.sh
b316ed7
raw
history blame contribute delete
172 Bytes
#!/usr/bin/bash
PATH=$HOME/.pyenv/shims:$HOME/.pyenv/bin:$PATH
pyenv global 3.7.5
pyenv rehash
cd ~/openai-detector
python -m detector.server detector-base.pt --port 7860