Spaces:
Running
Running
Update ui/gradio_ui.py
Browse files- ui/gradio_ui.py +2 -2
ui/gradio_ui.py
CHANGED
@@ -63,8 +63,8 @@ def ui():
|
|
63 |
qachain_btn.click(initializer,
|
64 |
inputs=[document, slider_temperature, slider_maxtokens, slider_topk, thold],
|
65 |
outputs=[qa_chain, llm_progress],#).then(lambda:[None,"",0,"",0,"",0],
|
66 |
-
inputs=None,
|
67 |
-
outputs=[chatbot],
|
68 |
queue=False)
|
69 |
|
70 |
# Chatbot events
|
|
|
63 |
qachain_btn.click(initializer,
|
64 |
inputs=[document, slider_temperature, slider_maxtokens, slider_topk, thold],
|
65 |
outputs=[qa_chain, llm_progress],#).then(lambda:[None,"",0,"",0,"",0],
|
66 |
+
#inputs=None,
|
67 |
+
#outputs=[chatbot],
|
68 |
queue=False)
|
69 |
|
70 |
# Chatbot events
|