Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Datasets:
Verdant
/
test
like
0
Modalities:
Text
Dataset card
Data Studio
Files
Files and versions
xet
Community
main
test
/
A启动脚本.bat
Verdant
Upload 6 files
40bae1b
almost 3 years ago
raw
Copy download link
history
blame
contribute
delete
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