File size: 173 Bytes
d076f2a
0ca1004
 
 
 
 
 
 
1
2
3
4
5
6
7
8
from huggingface_hub import HfApi
token = ""
name = "Omnibus"
api = HfApi(token=token)
author=name
s_ist = (api.list_spaces(author=author))
#print(api.whoami())
print(s_ist)