eternalBlissard
commited on
Update app.py
Browse files
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 = ""
|