medi-llm / app /utils /create_hf_space.py
Preetham22's picture
Medi-LLM: public demo
1ff0d2d
raw
history blame contribute delete
205 Bytes
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")