Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
freshyfresco
/
Applio-V3
like
1
Runtime error
App
Files
Files
Community
3
Fetching metadata from the HF Docker repository...
refs/pr/3
Applio-V3
/
run-applio.bat
freshyfresco
Upload 125 files (
#2
)
938411e
verified
about 1 year 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