Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -108,7 +108,7 @@ def gradio_app():
|
|
108 |
)
|
109 |
|
110 |
submit_btn.click(
|
111 |
-
fn=
|
112 |
inputs=[input_, num_chunks],
|
113 |
outputs=[output, source_context, context_evaluation],
|
114 |
api_name="get-eadop-rag"
|
|
|
108 |
)
|
109 |
|
110 |
submit_btn.click(
|
111 |
+
fn=eadop_rag,
|
112 |
inputs=[input_, num_chunks],
|
113 |
outputs=[output, source_context, context_evaluation],
|
114 |
api_name="get-eadop-rag"
|