Spaces:
Sleeping
Sleeping
pham thuy tien
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -281,7 +281,7 @@ def get_transcript(video_id):
|
|
281 |
for t in transcript_data:
|
282 |
if t['text'].lower() not in words_to_remove:
|
283 |
tran.append(t['text'])
|
284 |
-
else
|
285 |
print(t['text'].lower())
|
286 |
|
287 |
return ' '.join(tran)
|
|
|
281 |
for t in transcript_data:
|
282 |
if t['text'].lower() not in words_to_remove:
|
283 |
tran.append(t['text'])
|
284 |
+
else:
|
285 |
print(t['text'].lower())
|
286 |
|
287 |
return ' '.join(tran)
|