oceansweep commited on
Commit
6ba1524
·
verified ·
1 Parent(s): f112b98

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4053,7 +4053,7 @@ def launch_ui(demo_mode=False):
4053
  outputs=outputs,
4054
  title="Video Transcription and Summarization",
4055
  description="Submit a video URL for transcription and summarization. Ensure you input all necessary "
4056
- "information including API keys.",
4057
  theme='freddyaboulton/dracula_revamped',
4058
  allow_flagging="never"
4059
  )
 
4053
  outputs=outputs,
4054
  title="Video Transcription and Summarization",
4055
  description="Submit a video URL for transcription and summarization. Ensure you input all necessary "
4056
+ "information including API keys. (Is currently borken 6/1 due to Youtube API changes/using yt-dlp on backend)",
4057
  theme='freddyaboulton/dracula_revamped',
4058
  allow_flagging="never"
4059
  )