Omnibus commited on
Commit
465cd93
1 Parent(s): f30bad7

Update player.py

Browse files
Files changed (1) hide show
  1. player.py +1 -1
player.py CHANGED
@@ -224,7 +224,7 @@ with gr.Blocks() as app:
224
  button = gr.Button()
225
  output = gr.HTML()
226
  label_output = gr.HTML()
227
- list_hid=gr.Textbox(visible=False)
228
 
229
  app.load(find_dataset,None,channel)
230
  channel.change(load_vid,channel,[output,videos,list_hid])
 
224
  button = gr.Button()
225
  output = gr.HTML()
226
  label_output = gr.HTML()
227
+ list_hid=gr.JSON(visible=False)
228
 
229
  app.load(find_dataset,None,channel)
230
  channel.change(load_vid,channel,[output,videos,list_hid])