Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -258,7 +258,7 @@ with gr.Blocks(theme=gr.themes.Soft(primary_hue="blue", secondary_hue="sky"),
|
|
| 258 |
)
|
| 259 |
sync_event_part2.then(
|
| 260 |
fn=run_agentic_pipeline_autonomously, # Generator function
|
| 261 |
-
inputs=[token_state, orchestration_raw_results_st, selected_key_result_ids_st, key_results_for_selection_st]
|
| 262 |
outputs=agentic_pipeline_outputs_list,
|
| 263 |
show_progress="minimal"
|
| 264 |
)
|
|
|
|
| 258 |
)
|
| 259 |
sync_event_part2.then(
|
| 260 |
fn=run_agentic_pipeline_autonomously, # Generator function
|
| 261 |
+
inputs=[token_state, orchestration_raw_results_st, selected_key_result_ids_st, key_results_for_selection_st],
|
| 262 |
outputs=agentic_pipeline_outputs_list,
|
| 263 |
show_progress="minimal"
|
| 264 |
)
|