Omnibus commited on
Commit
3f52c30
1 Parent(s): a791e2d

Update player.py

Browse files
Files changed (1) hide show
  1. player.py +1 -1
player.py CHANGED
@@ -3,7 +3,7 @@ token = ""
3
  name = "Omnibus"
4
  api = HfApi(token=token)
5
  author=name
6
- s_ist = (api.list_spaces(author=author))
7
  #print(api.whoami())
8
  spaces=[]
9
 
 
3
  name = "Omnibus"
4
  api = HfApi(token=token)
5
  author=name
6
+ s_ist = (api.list_datasets(author=author))
7
  #print(api.whoami())
8
  spaces=[]
9