5da5531
1
2
3
4
5
6
7
8
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}")