fffiloni commited on
Commit
cd5d77e
1 Parent(s): 59a74a9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
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)