NotTheDr01ds commited on
Commit
b316ed7
·
1 Parent(s): 5546955
Files changed (1) hide show
  1. webui.sh +7 -0
webui.sh ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ #!/usr/bin/bash
2
+
3
+ PATH=$HOME/.pyenv/shims:$HOME/.pyenv/bin:$PATH
4
+ pyenv global 3.7.5
5
+ pyenv rehash
6
+ cd ~/openai-detector
7
+ python -m detector.server detector-base.pt --port 7860