File size: 215 Bytes
5e4ac86
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/env python
# coding: utf-8

# In[6]:


from huggingface_hub import HfApi
api = HfApi()

api.upload_folder(
    folder_path="",
    repo_id="kaleidoscope-data/data-cleaning-llm",
    repo_type="space",
)