flutterbasit commited on
Commit
86a675a
·
verified ·
1 Parent(s): 461d781

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -231,7 +231,7 @@ with gr.Blocks() as app:
231
  submit_button = gr.Button("Submit", icon="send")
232
 
233
  # Apply the logic for the button to trigger the RAG pipeline
234
- submit_button.click(rag_pipeline, inputs=[file_input, question_input, summarize_before_input], outputs=output)
235
 
236
  # Launch the app
237
  app.launch()
 
231
  submit_button = gr.Button("Submit", icon="send")
232
 
233
  # Apply the logic for the button to trigger the RAG pipeline
234
+ submit_button.click(rag_pipeline, inputs=[file_input, question_input], outputs=output)
235
 
236
  # Launch the app
237
  app.launch()