Spaces:
Sleeping
Sleeping
Update player.py
Browse files
player.py
CHANGED
@@ -21,9 +21,10 @@ def find_dataset(author=None):
|
|
21 |
for file in file_box:
|
22 |
if file.startswith("prompt_"):
|
23 |
prompt_file = file
|
24 |
-
out_html=f'{out_html} • {file}
|
25 |
-
|
26 |
-
|
|
|
27 |
|
28 |
#print([info.path for info in list_files_info(f'{space.id}', repo_type="dataset")])
|
29 |
#print(space.id)
|
|
|
21 |
for file in file_box:
|
22 |
if file.startswith("prompt_"):
|
23 |
prompt_file = file
|
24 |
+
out_html=f'{out_html}<pre> • {file}</pre><br>'
|
25 |
+
for vid_file in ai_tube_box:
|
26 |
+
if vid_file.split(".",1)[0] == prompt_file.split("prompt_",1)[1].split(".",1)[0]:
|
27 |
+
print("yes")
|
28 |
|
29 |
#print([info.path for info in list_files_info(f'{space.id}', repo_type="dataset")])
|
30 |
#print(space.id)
|