Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -183,7 +183,6 @@ with gr.Blocks() as demo:
|
|
| 183 |
with gr.Row():
|
| 184 |
port = gr.Textbox()
|
| 185 |
startWebsockets.click(start_websockets, inputs=websocketPort, outputs=port)
|
| 186 |
-
gui.click(start_client, inputs=None, outputs=server_msg)
|
| 187 |
server_msg.change(askQuestion2, inputs=server_msg, outputs=client_msg)
|
| 188 |
Bot1.click(askQuestion, inputs=client_msg, outputs=server_msg)
|
| 189 |
|
|
|
|
| 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 |
|