Spaces:
Sleeping
Sleeping
Update player.py
Browse files
player.py
CHANGED
@@ -21,8 +21,11 @@ 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}<pre> • {file}</pre
|
|
|
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 |
|
|
|
21 |
for file in file_box:
|
22 |
if file.startswith("prompt_"):
|
23 |
prompt_file = file
|
24 |
+
out_html=f'{out_html}<pre> • {file}</pre>'
|
25 |
+
print(prompt_file)
|
26 |
for vid_file in ai_tube_box:
|
27 |
+
print(vid_file)
|
28 |
+
|
29 |
if vid_file.split(".",1)[0] == prompt_file.split("prompt_",1)[1].split(".",1)[0]:
|
30 |
print("yes")
|
31 |
|