Spaces:
Build error
Build error
Commit
·
7043542
1
Parent(s):
b5bc106
Update app.py
Browse files
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
|
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", "")
|