Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
leey00nsu
/
t
like
0
Sleeping
App
Files
Files
Community
f11c739
t
/
run-applio.bat
leey00nsu
t
f11c739
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