File size: 205 Bytes
1ff0d2d
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
from huggingface_hub import HfApi
HfApi().create_repo(
    repo_id="Preetham22/medi-llm",
    repo_type="space",
    space_sdk="gradio",
    exist_ok=True,
)

print("✅ Space ready: Preetham22/medi-llm")