vsrinivas commited on
Commit
d0b8822
1 Parent(s): 36c42ae

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -131,6 +131,7 @@ with gr.Blocks() as demo:
131
  gr.Markdown(
132
  """
133
  # Extract audio from video, get the transcript and then get the semantic chunk information.
 
134
  """)
135
  # Radio button to choose between URL or upload
136
  input_type = gr.Radio(choices=["URL", "Upload"], label="Select Video Input Type")
 
131
  gr.Markdown(
132
  """
133
  # Extract audio from video, get the transcript and then get the semantic chunk information.
134
+ ### Currently YouTube videos need authorization mechanism in HuggingFace Spaces to work. If you have file location (ex:- .mp4, .wav) as URL, you can try that.
135
  """)
136
  # Radio button to choose between URL or upload
137
  input_type = gr.Radio(choices=["URL", "Upload"], label="Select Video Input Type")