Skip to content

Commit

Permalink
remove concurrency count in example, not compatible in gradio4
Browse files Browse the repository at this point in the history
  • Loading branch information
jerpint committed Nov 3, 2023
1 parent 8aa8451 commit 22843b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buster/examples/gradio_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,5 +129,5 @@ def chat(chat_history: ChatHistory) -> Tuple[ChatHistory, Completion]:
# fmt: on


demo.queue(concurrency_count=16)
demo.queue()
demo.launch(debug=True, share=False)

0 comments on commit 22843b2

Please sign in to comment.