HF_AGENT / call_create_space.py
Brettapps's picture
Syncing files from local MCP agent storage
5da5531 verified
Raw
History Blame Contribute Delete
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}")