Spaces:
Sleeping
Sleeping
Update player.py
Browse files
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/
|
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')
|