Remove obsolete comment
This commit is contained in:
parent
4ab5deeea0
commit
3e19733d35
1 changed files with 1 additions and 1 deletions
2
webui.py
2
webui.py
|
@ -167,7 +167,7 @@ def download_model():
|
||||||
|
|
||||||
def run_model():
|
def run_model():
|
||||||
os.chdir("text-generation-webui")
|
os.chdir("text-generation-webui")
|
||||||
run_cmd(f"python server.py {CMD_FLAGS}", environment=True) # put your flags here!
|
run_cmd(f"python server.py {CMD_FLAGS}", environment=True)
|
||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue