File size: 259 Bytes
c9e5647
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
from huggingface_hub import HfApi

# Replace 'your_api_token' with your actual Hugging Face API token
api = HfApi()

# Create the repository
api.create_repo(
    repo_id='mexicanamerican/openweb-ui',
    repo_type='space',
    space_sdk='docker'
)