Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -518,7 +518,7 @@ with gr.Blocks(title="N R L C H A T B O T - for commercial procurement - Supply"
|
|
| 518 |
outputs=answer_output1
|
| 519 |
).then( # Auto-trigger after answer
|
| 520 |
get_document_summary,
|
| 521 |
-
inputs=[repo_id
|
| 522 |
outputs=summary_output
|
| 523 |
)
|
| 524 |
|
|
|
|
| 518 |
outputs=answer_output1
|
| 519 |
).then( # Auto-trigger after answer
|
| 520 |
get_document_summary,
|
| 521 |
+
inputs=[repo_id,query_input1,llm1],
|
| 522 |
outputs=summary_output
|
| 523 |
)
|
| 524 |
|