Spaces:
Runtime error
Runtime error
Update run.py
Browse files
run.py
CHANGED
@@ -128,7 +128,7 @@ with gr.Blocks() as Core:
|
|
128 |
csv_link = gr.File(label="Download CSV", interactive=False)
|
129 |
caption_button.click(
|
130 |
fast_caption,
|
131 |
-
inputs=[sys_prompt, usr_prompt, temp, top_p, max_tokens, model, key, endpoint,
|
132 |
outputs=[csv_link, info, frame]
|
133 |
)
|
134 |
|
|
|
128 |
csv_link = gr.File(label="Download CSV", interactive=False)
|
129 |
caption_button.click(
|
130 |
fast_caption,
|
131 |
+
inputs=[sys_prompt, usr_prompt, temp, top_p, max_tokens, model, key, endpoint, video_hf, video_hf_auth, parquet_index, video_od, video_od_auth, video_gd, video_gd_auth, frame_format, frame_limit],
|
132 |
outputs=[csv_link, info, frame]
|
133 |
)
|
134 |
|