Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
Brettapps
/
HF_AGENT
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
HF_AGENT
/
call_create_space.py
Brettapps
Syncing files from local MCP agent storage
5da5531
verified
2 months ago
Raw
Download with hf CLI
Copy download link
History
Blame
Contribute
Delete
Safe
160 Bytes
from
push_to_hf
import
create_hf_repo
try
:
result = create_hf_repo(
"Brettapps/HF_AGENT"
)
print
(result)
except
Exception
as
e:
print
(
f"Error:
{e}
"
)