Skip to content

Commit

Permalink
auto rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
MrJs133 committed Dec 22, 2024
1 parent d2f0b03 commit 3a75c8f
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,9 @@ def create_vector_graph_block():
graph_loading_bt.click(import_graph_data, inputs=[out, input_schema], outputs=[out]).then(
store_prompt,
inputs=[input_schema, info_extract_template],
).then(fit_vid_index).then(
store_prompt,
inputs=[input_schema, info_extract_template],
)

def on_tab_select(input_f, input_t, evt: gr.SelectData):
Expand Down

0 comments on commit 3a75c8f

Please sign in to comment.