eternalBlissard commited on
Commit
c19db12
·
verified ·
1 Parent(s): 50d5daf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -38,7 +38,7 @@ def subtitle_it(subtitle_str):
38
  )
39
  # List to hold subtitle entries as tuples: (start_time, end_time, text)
40
  subtitles = []
41
- subtitle_str = subtitle_str.decode('utf-8') # or replace 'utf-8' with the appropriate encoding if needed
42
  max_second = 0 # To determine the size of the list L
43
 
44
  sub_string = ""
 
38
  )
39
  # List to hold subtitle entries as tuples: (start_time, end_time, text)
40
  subtitles = []
41
+ # subtitle_str = subtitle_str.decode('utf-8') # or replace 'utf-8' with the appropriate encoding if needed
42
  max_second = 0 # To determine the size of the list L
43
 
44
  sub_string = ""