Spaces:
Running
Running
Update app.py
Browse files
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.
|
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")
|