Spaces:
Runtime error
Runtime error
Miquel Farre
commited on
Commit
·
ae0847c
1
Parent(s):
946878e
app.py
CHANGED
|
@@ -123,12 +123,11 @@ def create_ui(examples_path: str):
|
|
| 123 |
label="Highlight Video",
|
| 124 |
visible=False,
|
| 125 |
interactive=False,
|
| 126 |
-
downloadable=True
|
| 127 |
)
|
| 128 |
|
| 129 |
status = gr.Markdown()
|
| 130 |
|
| 131 |
-
with gr.Accordion("Model chain of thought details", open=True, visible=
|
| 132 |
video_description = gr.Markdown("", elem_id="video_desc")
|
| 133 |
highlight_types = gr.Markdown("", elem_id="highlight_types")
|
| 134 |
|
|
|
|
| 123 |
label="Highlight Video",
|
| 124 |
visible=False,
|
| 125 |
interactive=False,
|
|
|
|
| 126 |
)
|
| 127 |
|
| 128 |
status = gr.Markdown()
|
| 129 |
|
| 130 |
+
with gr.Accordion("Model chain of thought details", open=True, visible=True) as analysis_accordion:
|
| 131 |
video_description = gr.Markdown("", elem_id="video_desc")
|
| 132 |
highlight_types = gr.Markdown("", elem_id="highlight_types")
|
| 133 |
|