Omnibus commited on
Commit
5963ebd
1 Parent(s): dfd25b4

Update player.py

Browse files
Files changed (1) hide show
  1. player.py +1 -1
player.py CHANGED
@@ -5,7 +5,7 @@ import json
5
  token = ""
6
  source_dataset = "jbilcke-hf/ai-tube-index"
7
  api = HfApi(token=token)
8
- def find_dataset(author=None):
9
  s_ist = (api.list_datasets(author=author,search="ai-tube"))
10
  #print(api.whoami())
11
  channels=[]
 
5
  token = ""
6
  source_dataset = "jbilcke-hf/ai-tube-index"
7
  api = HfApi(token=token)
8
+ def find_dataset(author=""):
9
  s_ist = (api.list_datasets(author=author,search="ai-tube"))
10
  #print(api.whoami())
11
  channels=[]