diff --git a/demo/gradio_animate_dist.py b/demo/gradio_animate_dist.py index bfb7a613..22afaf7e 100644 --- a/demo/gradio_animate_dist.py +++ b/demo/gradio_animate_dist.py @@ -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) \ No newline at end of file