Update app.py
Browse files
app.py
CHANGED
@@ -219,7 +219,7 @@ with gr.Blocks(css=css) as demo :
|
|
219 |
with gr.Column():
|
220 |
video_in = gr.Video(label="Video input")
|
221 |
with gr.Accordion("System Instructions", open=False):
|
222 |
-
system_instruction = gr.
|
223 |
value= standard_sys,
|
224 |
interactive = False
|
225 |
)
|
|
|
219 |
with gr.Column():
|
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 |
)
|