File size: 181 Bytes
7439e48
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
from huggingface_hub import HfApi
import os

api = HfApi()

api.upload_folder(
    folder_path=os.getcwd(),
    repo_id="PrabhuKiranKonda/Streamlit-GFPGAN",
    repo_type="space",
)