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

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=""):
21
  channels.append(space.id)
22
  except Exception:
23
  pass
24
- return (gr.Dropdown.update(label="Spaces", choices=[s for s in channels]))
25
 
26
  def find_dataset_og(author=None):
27
  s_ist = (api.list_datasets(author=author,search="ai-tube"))
 
21
  channels.append(space.id)
22
  except Exception:
23
  pass
24
+ return (gr.Dropdown(label="Spaces", choices=[s for s in channels]))
25
 
26
  def find_dataset_og(author=None):
27
  s_ist = (api.list_datasets(author=author,search="ai-tube"))