Fix for Issue#7
This commit is contained in:
hlky 2022-08-24 21:38:29 +01:00
parent e726be2965
commit 22e225ad1e
No known key found for this signature in database
GPG Key ID: 55A99F1E80D907D5

View File

@ -918,5 +918,5 @@ demo = gr.TabbedInterface(
css=("" if opt.no_progressbar_hiding else css_hide_progressbar),
theme="default",
)
demo.launch(show_error=True, server_name='0.0.0.0')
demo.queue(concurrency_count=1)
demo.launch(show_error=True, server_name='0.0.0.0')