Spaces:
Sleeping
Sleeping
Update main.py
Browse files
main.py
CHANGED
@@ -29,7 +29,7 @@ def get_youtube_transcript(video_url):
|
|
29 |
text_transcript = formatter.format_transcript(transcript)
|
30 |
return text_transcript
|
31 |
except Exception as e:
|
32 |
-
return
|
33 |
|
34 |
def summarize_text(text):
|
35 |
try:
|
|
|
29 |
text_transcript = formatter.format_transcript(transcript)
|
30 |
return text_transcript
|
31 |
except Exception as e:
|
32 |
+
return e
|
33 |
|
34 |
def summarize_text(text):
|
35 |
try:
|