Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -142,7 +142,7 @@ with gr.Blocks() as demo:
|
|
142 |
with gr.Tab("Video"):
|
143 |
with gr.Row():
|
144 |
with gr.Column():
|
145 |
-
video_input = gr.
|
146 |
with gr.Row():
|
147 |
vid_instruction = gr.Textbox(label="Instruction", scale=4)
|
148 |
submit_video_btn = gr.Button("Submit", scale=1)
|
|
|
142 |
with gr.Tab("Video"):
|
143 |
with gr.Row():
|
144 |
with gr.Column():
|
145 |
+
video_input = gr.Video(label="Video IN")
|
146 |
with gr.Row():
|
147 |
vid_instruction = gr.Textbox(label="Instruction", scale=4)
|
148 |
submit_video_btn = gr.Button("Submit", scale=1)
|