Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
lin7zhi
/
2api
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
69fec20
2api
/
start.bat
lin7zhi
Upload folder using huggingface_hub
69fec20
verified
3 months ago
raw
Copy download link
history
blame
Safe
186 Bytes
git fetch --all
for
/f "delims="
%%b
in
('git rev-parse --abbrev-ref HEAD')
do
set
branch=
%%b
git reset --hard origin/
%branch%
uv sync
call
.venv\Scripts\activate.bat
python web.py
pause