Spaces:
Sleeping
Sleeping
Update player.py
Browse files
player.py
CHANGED
@@ -28,7 +28,7 @@ def find_dataset(author=None):
|
|
28 |
try:
|
29 |
if vid_file.split("videos/",1)[1].split(".",1)[0] == prompt_file.split("prompt_",1)[1].split(".",1)[0]:
|
30 |
print("yes")
|
31 |
-
out_html=f'{out_html}<pre>
|
32 |
except Exception:
|
33 |
pass
|
34 |
|
|
|
28 |
try:
|
29 |
if vid_file.split("videos/",1)[1].split(".",1)[0] == prompt_file.split("prompt_",1)[1].split(".",1)[0]:
|
30 |
print("yes")
|
31 |
+
out_html=f'{out_html}<pre> + {vid_file}</pre>'
|
32 |
except Exception:
|
33 |
pass
|
34 |
|