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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

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