Spaces:
Running
Running
oceansweep
commited on
Commit
•
7b903de
1
Parent(s):
c313a2b
Update App_Function_Libraries/Gradio_UI/Video_transcription_tab.py
Browse files
App_Function_Libraries/Gradio_UI/Video_transcription_tab.py
CHANGED
@@ -53,7 +53,7 @@ def create_video_transcription_tab():
|
|
53 |
with gr.Row():
|
54 |
with gr.Column():
|
55 |
url_input = gr.Textbox(label="URL(s) (Mandatory)",
|
56 |
-
placeholder="
|
57 |
lines=5)
|
58 |
video_file_input = gr.File(label="Upload Video File (Optional)", file_types=["video/*"])
|
59 |
diarize_input = gr.Checkbox(label="Enable Speaker Diarization", value=False)
|
|
|
53 |
with gr.Row():
|
54 |
with gr.Column():
|
55 |
url_input = gr.Textbox(label="URL(s) (Mandatory)",
|
56 |
+
placeholder="FYI GOOGLE BLOCKS THIS DEMO FROM YOUTUBE IF YOU DON'T ENTER A COOKIE** Enter video URLs here, one per line. Supports YouTube, Vimeo, other video sites and Youtube playlists.",
|
57 |
lines=5)
|
58 |
video_file_input = gr.File(label="Upload Video File (Optional)", file_types=["video/*"])
|
59 |
diarize_input = gr.Checkbox(label="Enable Speaker Diarization", value=False)
|