Skip to content

Commit

Permalink
disable queue
Browse files Browse the repository at this point in the history
  • Loading branch information
zcxu-eric committed Dec 7, 2023
1 parent ae5faa8 commit 5cde154
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/gradio_animate_dist.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,5 +115,5 @@ def read_image(image, size=512):
outputs=animation,
)

demo.queue(max_size=10)
# demo.queue(max_size=10)
demo.launch(share=True)

0 comments on commit 5cde154

Please sign in to comment.