Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
TIMBOVILL
/
ApplioTest
like
0
Runtime error
App
Files
Files
Community
0afdd88
ApplioTest
/
run-applio.bat
TIMBOVILL
Upload 14 files
f61fe62
verified
10 months ago
raw
Copy download link
history
blame
Safe
185 Bytes
@
echo
off
setlocal
title
Applio
if
not
exist
env (
echo
Please run 'run-install.bat' first to
set
up the environment.
pause
exit
/b
1
)
env\python.exe app.py --open
pause