Skip to content

Commit

Permalink
disable queue in dalle-mini demo (#188)
Browse files Browse the repository at this point in the history
  • Loading branch information
AK391 authored May 15, 2022
1 parent 616cf8e commit 604225f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/gradio/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ def infer(prompt):
)


block.launch()
block.launch(enable_queue=False)

0 comments on commit 604225f

Please sign in to comment.