Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -34,8 +34,7 @@ def get_youtube_transcript(video_id: str) -> str:
|
|
34 |
"Full Transcript:\n"
|
35 |
f"{full_transcript_text}\n\n"
|
36 |
"Detailed Transcript Segments:\n"
|
37 |
-
f"{'\\n'.join(detailed_segments)}"
|
38 |
-
)
|
39 |
return output
|
40 |
|
41 |
except Exception as e:
|
|
|
34 |
"Full Transcript:\n"
|
35 |
f"{full_transcript_text}\n\n"
|
36 |
"Detailed Transcript Segments:\n"
|
37 |
+
f"{'\\n'.join(detailed_segments)}")
|
|
|
38 |
return output
|
39 |
|
40 |
except Exception as e:
|