Spaces:
Sleeping
Sleeping
Saiteja Solleti
commited on
Commit
·
0d85ff6
1
Parent(s):
471dc07
ui cahnge
Browse files
app.py
CHANGED
@@ -151,7 +151,7 @@ with gr.Blocks() as iface:
|
|
151 |
|
152 |
|
153 |
# Connect submit button to evaluation function
|
154 |
-
submit_button.click(EvaluateRAGModel, inputs=[question_input, dropdown_input,reranker_dropdown], outputs=[response, rmsecontextrel, rmsecontextutil, aucscore, processingTime])
|
155 |
|
156 |
# Run the Gradio app
|
157 |
iface.launch()
|
|
|
151 |
|
152 |
|
153 |
# Connect submit button to evaluation function
|
154 |
+
submit_button.click(EvaluateRAGModel, inputs=[question_input, dropdown_input,reranker_dropdown], outputs=[response, rmsecontextrel, rmsecontextutil, aucscore, processingTime, error_alert])
|
155 |
|
156 |
# Run the Gradio app
|
157 |
iface.launch()
|