yinshengming abidlabs HF staff commited on
Commit
2769cd9
1 Parent(s): 811467e

Fix state being shared across sessions (#10)

Browse files

- Fix state being shared across sessions (a8c061eda6ed00224ff375095ebca9ef5ae316c3)


Co-authored-by: Abubakar Abid <[email protected]>

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -203,4 +203,4 @@ with gr.Blocks(css="#chatbot {overflow:auto; height:500px;}") as demo:
203
  clear.click(lambda: [], None, chatbot)
204
  clear.click(lambda: [], None, state)
205
 
206
- demo.queue(concurrency_count=10).launch(server_name="0.0.0.0", server_port=7860)
 
203
  clear.click(lambda: [], None, chatbot)
204
  clear.click(lambda: [], None, state)
205
 
206
+ demo.queue(concurrency_count=10).launch(server_name="0.0.0.0", server_port=7860)