adhim
commited on
Commit
·
ca26a10
1
Parent(s):
fb9826a
yt_link placeholder updated
Browse files
app.py
CHANGED
@@ -648,7 +648,7 @@ with gr.Blocks() as demo:
|
|
648 |
with gr.Row():
|
649 |
with gr.Column():
|
650 |
with gr.Tab("YouTube"):
|
651 |
-
yt_link = gr.Textbox(show_label=False, placeholder="Insert YouTube link here ...")
|
652 |
yt_transcript = gr.Textbox(show_label=False, placeholder="Transcript will be shown here ...", lines=12)
|
653 |
with gr.Tab("Article"):
|
654 |
gr.Textbox(show_label=False, placeholder="WORK IN PROGRESS", interactive=False)
|
|
|
648 |
with gr.Row():
|
649 |
with gr.Column():
|
650 |
with gr.Tab("YouTube"):
|
651 |
+
yt_link = gr.Textbox(show_label=False, placeholder="Insert YouTube link here ... (video needs to have caption)")
|
652 |
yt_transcript = gr.Textbox(show_label=False, placeholder="Transcript will be shown here ...", lines=12)
|
653 |
with gr.Tab("Article"):
|
654 |
gr.Textbox(show_label=False, placeholder="WORK IN PROGRESS", interactive=False)
|