Fix: non CRLF errrrrrrrrrrr
This commit is contained in:
2
App.bat
2
App.bat
@@ -1,3 +1,5 @@
|
||||
@REM 改行コードがLFだとエラーが出るのでCRLFにしないといけない……
|
||||
|
||||
@echo off
|
||||
|
||||
echo Running app.py...
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
@REM https://github.com/Zuntan03/EasyBertVits2 より引用・改変
|
||||
@REM 改行コードがLFだとエラーが出るのでCRLFにしないといけない……
|
||||
|
||||
@echo off
|
||||
chcp 65001 > NUL
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
@REM https://github.com/Zuntan03/EasyBertVits2 より引用・改変
|
||||
@REM 改行コードがLFだとエラーが出るのでCRLFにしないといけない……
|
||||
|
||||
@echo off
|
||||
chcp 65001 > NUL
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
@REM https://github.com/Zuntan03/EasyBertVits2 より引用・改変
|
||||
@REM 改行コードがLFだとエラーが出るのでCRLFにしないといけない……
|
||||
|
||||
@echo off
|
||||
chcp 65001 > NUL
|
||||
|
||||
Reference in New Issue
Block a user