Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -130,4 +130,4 @@ with gr.Blocks() as demo:
|
|
130 |
|
131 |
submit_button.click(fn=rag_pipeline, inputs=[question_input, pdf_input], outputs=response_output)
|
132 |
|
133 |
-
demo.launch()
|
|
|
130 |
|
131 |
submit_button.click(fn=rag_pipeline, inputs=[question_input, pdf_input], outputs=response_output)
|
132 |
|
133 |
+
demo.launch(debug = True)
|