test / A启动脚本.bat
Verdant's picture
Upload 6 files
40bae1b
raw
history blame
273 Bytes
@echo off
set HF_HOME=huggingface
set PYTHONUTF8=1
set PYTHON=python
cd /d %~dp0
if exist ".\python\python.exe" (
set PYTHON=python\python.exe
echo ʹ��Ŀ¼�ڵ� python ��������....
) else (
echo ����ʹ��ϵͳ python ��������....
)
%PYTHON% gui.py
pause