Skip to content

Commit

Permalink
Substitute deprecated settings
Browse files Browse the repository at this point in the history
  • Loading branch information
raffaeleterribile committed Nov 26, 2023
1 parent f43af73 commit 44e4f5a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ChatApp/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -298,4 +298,5 @@ def interface_retry(*args):

demo.title = "Llama Chat UI"

demo.queue(concurrency_count=1).launch()
# The parameter `concurrency_count` is deprecated and has no effect (will be removed in a future version).
demo.queue(default_concurrency_limit=1).launch()

0 comments on commit 44e4f5a

Please sign in to comment.