PrabhuKiranKonda's picture
Upload folder using huggingface_hub
7439e48
raw history blame
No virus
181 Bytes
from huggingface_hub import HfApi
import os
api = HfApi()
api.upload_folder(
folder_path=os.getcwd(),
repo_id="PrabhuKiranKonda/Streamlit-GFPGAN",
repo_type="space",
)