Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -85,6 +85,4 @@ with block:
|
|
| 85 |
submit.click(chat, inputs=[message, state, agent_state], outputs=[chatbot, state])
|
| 86 |
message.submit(chat, inputs=[message, state, agent_state], outputs=[chatbot, state])
|
| 87 |
|
| 88 |
-
load_model_button.click(load_model, outputs=[agent_state])
|
| 89 |
-
|
| 90 |
block.launch(debug=True)
|
|
|
|
| 85 |
submit.click(chat, inputs=[message, state, agent_state], outputs=[chatbot, state])
|
| 86 |
message.submit(chat, inputs=[message, state, agent_state], outputs=[chatbot, state])
|
| 87 |
|
|
|
|
|
|
|
| 88 |
block.launch(debug=True)
|