Omnibus commited on
Commit
3d37509
1 Parent(s): 12a8720

Update player.py

Browse files
Files changed (1) hide show
  1. player.py +1 -1
player.py CHANGED
@@ -21,7 +21,7 @@ def find_dataset(author=None):
21
  authors.append(space.id)
22
  except Exception:
23
  pass
24
- return (gr.Dropdown.update(label="Spaces", choices=[s for s in spaces])
25
 
26
  def find_dataset_og(author=None):
27
  s_ist = (api.list_datasets(author=author,search="ai-tube"))
 
21
  authors.append(space.id)
22
  except Exception:
23
  pass
24
+ return (gr.Dropdown.update(label="Spaces", choices=[s for s in authors])
25
 
26
  def find_dataset_og(author=None):
27
  s_ist = (api.list_datasets(author=author,search="ai-tube"))