Update play.bat

Added cls line to remove error message if miniconda is not being used.
This commit is contained in:
KoboldAI Dev
2021-06-08 03:50:31 -04:00
committed by GitHub
parent 2f10059cd2
commit 736bd03161

View File

@@ -1,5 +1,6 @@
@echo off @echo off
TITLE KoboldAI - Client TITLE KoboldAI - Client
call miniconda3\condabin\activate call miniconda3\condabin\activate
cls
python aiserver.py python aiserver.py
cmd /k cmd /k