Omnibus commited on
Commit
ed06729
·
1 Parent(s): c11f347

Update player.py

Browse files
Files changed (1) hide show
  1. player.py +1 -1
player.py CHANGED
@@ -48,7 +48,7 @@ def load_vid(channel):
48
 
49
  out_html=f'''{out_html}
50
 
51
- <video src="https://huggingface.co/datasets/jbilcke-hf/ai-tube-index/resolve/main/videos/{vid_file}" conrols>
52
  </video>'''
53
  #uid = uuid.uuid4()
54
  #file = open(f'{name}/{f_name}','wb')
 
48
 
49
  out_html=f'''{out_html}
50
 
51
+ <video src="https://huggingface.co/datasets/jbilcke-hf/ai-tube-index/blob/main/videos/{vid_file}" controls>
52
  </video>'''
53
  #uid = uuid.uuid4()
54
  #file = open(f'{name}/{f_name}','wb')