abdullah040 commited on
Commit
7043542
·
1 Parent(s): b5bc106

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,7 +25,7 @@ def summarize_podcast(podcast):
25
  # Open the transcript file
26
  print("ayay hai")
27
  vtt = podcast
28
- transcript = vtt.read().decode()
29
  res = len(transcript.split())
30
 
31
  transcript = transcript.replace("WEBVTT", "")
 
25
  # Open the transcript file
26
  print("ayay hai")
27
  vtt = podcast
28
+ transcript = vtt
29
  res = len(transcript.split())
30
 
31
  transcript = transcript.replace("WEBVTT", "")