Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -267,5 +267,4 @@ with gr.Blocks(title=UI_TITLE, theme=gr.themes.Soft(primary_hue="red", secondary
|
|
267 |
event.then(lambda history, state: update_and_save('chatbot', history, state), [chatbot, app_state], app_state)
|
268 |
|
269 |
if __name__ == "__main__":
|
270 |
-
demo.launch(share=True, debug=True)
|
271 |
-
�
|
|
|
267 |
event.then(lambda history, state: update_and_save('chatbot', history, state), [chatbot, app_state], app_state)
|
268 |
|
269 |
if __name__ == "__main__":
|
270 |
+
demo.launch(share=True, debug=True)
|
|