Arcypojeb commited on
Commit
e4aeed6
·
1 Parent(s): 3b97b48

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -183,8 +183,7 @@ with gr.Blocks() as demo:
183
  with gr.Row():
184
  port = gr.Textbox()
185
  startWebsockets.click(start_websockets, inputs=websocketPort, outputs=port)
186
- server_msg.change(askQuestion2, inputs=server_msg, outputs=client_msg)
187
- Bot1.click(askQuestion, inputs=client_msg, outputs=server_msg)
188
 
189
  with gr.TabItem("FalconChat", elem_id="falconchat", id=1):
190
  gr.load("HuggingFaceH4/starchat-playground", src="spaces")
 
183
  with gr.Row():
184
  port = gr.Textbox()
185
  startWebsockets.click(start_websockets, inputs=websocketPort, outputs=port)
186
+ Bot1.click(askQuestion, inputs=client_msg, outputs=server_msg).then(askQuestion2, inputs=server_msg, outputs=client_msg)
 
187
 
188
  with gr.TabItem("FalconChat", elem_id="falconchat", id=1):
189
  gr.load("HuggingFaceH4/starchat-playground", src="spaces")