Update app.py
Browse files
app.py
CHANGED
@@ -220,8 +220,7 @@ with gr.Blocks(css=css) as demo :
|
|
220 |
video_in = gr.Video(label="Video input")
|
221 |
with gr.Accordion("System Instructions", open=False):
|
222 |
system_instruction = gr.Markdown(
|
223 |
-
value= standard_sys
|
224 |
-
interactive = False
|
225 |
)
|
226 |
with gr.Column():
|
227 |
video_cut = gr.Video(label="Video cut to 10 seconds", interactive=False)
|
|
|
220 |
video_in = gr.Video(label="Video input")
|
221 |
with gr.Accordion("System Instructions", open=False):
|
222 |
system_instruction = gr.Markdown(
|
223 |
+
value = standard_sys
|
|
|
224 |
)
|
225 |
with gr.Column():
|
226 |
video_cut = gr.Video(label="Video cut to 10 seconds", interactive=False)
|