Omnibus commited on
Commit
97e8319
·
1 Parent(s): 294d631

Update player.py

Browse files
Files changed (1) hide show
  1. player.py +1 -1
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> + {vid_file}</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