Update app.py
Browse files
app.py
CHANGED
@@ -321,7 +321,7 @@ with gr.Blocks() as demo:
|
|
321 |
gr.Markdown("# text + video + image")
|
322 |
|
323 |
with gr.Tabs():
|
324 |
-
with gr.TabItem('
|
325 |
with gr.Row():
|
326 |
with gr.Column():
|
327 |
video_raw = gr.Video(label="Raw Video Input")
|
|
|
321 |
gr.Markdown("# text + video + image")
|
322 |
|
323 |
with gr.Tabs():
|
324 |
+
with gr.TabItem('text + video + image'):
|
325 |
with gr.Row():
|
326 |
with gr.Column():
|
327 |
video_raw = gr.Video(label="Raw Video Input")
|