Arcypojeb commited on
Commit
ea69154
·
1 Parent(s): fef9259

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -183,7 +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
- 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")
 
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)
187
 
188
  with gr.TabItem("FalconChat", elem_id="falconchat", id=1):
189
  gr.load("HuggingFaceH4/starchat-playground", src="spaces")