Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
Duplicated from
a3216/gcli2api
zym1
/
gcli2api
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
gcli2api
/
start.bat
a3216
sync: github -> hf space
c50496f
about 1 month ago
raw
Copy download link
history
blame
contribute
delete
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