flutterbasit commited on
Commit
ddf40bd
·
verified ·
1 Parent(s): 63bed45

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -204,7 +204,7 @@ with gr.Blocks() as app:
204
  # gr.Markdown("<div style='font-size: 14px; color: #555;'>Your answer will appear here...</div>")
205
 
206
  # Apply the logic for the button to trigger the RAG pipeline
207
- submit_button.click(rag_pipeline, inputs=[file_input, question_input, summarize_before_input], outputs=output)
208
 
209
  # Launch the app
210
  app.launch()
 
204
  # gr.Markdown("<div style='font-size: 14px; color: #555;'>Your answer will appear here...</div>")
205
 
206
  # Apply the logic for the button to trigger the RAG pipeline
207
+ submit_button.click(rag_pipeline, inputs=[file_input, question_input], outputs=output)
208
 
209
  # Launch the app
210
  app.launch()