Update tabs/tab_videoframes.py
Browse files- tabs/tab_videoframes.py +1 -1
tabs/tab_videoframes.py
CHANGED
|
@@ -503,7 +503,7 @@ def create_tab_videoframes(tab_label, process_image, shared_video_frames=None):
|
|
| 503 |
with gr.Column():
|
| 504 |
video_input = gr.Video(label="Upload video", height=600, sources=['upload'], scale=1)
|
| 505 |
|
| 506 |
-
with gr.TabItem("YouTube"):
|
| 507 |
with gr.Column():
|
| 508 |
yt_url = gr.Textbox(
|
| 509 |
label="YouTube URL",
|
|
|
|
| 503 |
with gr.Column():
|
| 504 |
video_input = gr.Video(label="Upload video", height=600, sources=['upload'], scale=1)
|
| 505 |
|
| 506 |
+
with gr.TabItem("YouTube (only local)"):
|
| 507 |
with gr.Column():
|
| 508 |
yt_url = gr.Textbox(
|
| 509 |
label="YouTube URL",
|