We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Traceback (most recent call last): File "webui.py", line 84, in block.queue(max_size=64).launch(show_api=False, enable_queue=True, debug=True, share=False, server_name='0.0.0.0') TypeError: launch() got an unexpected keyword argument 'enable_queue' I0413 11:44:48.399149 140205898127104 _client.py:1026] HTTP Request: GET https://api.gradio.app/pkg-version "HTTP/1.1 200 OK" I0413 11:44:49.024987 140205831014144 _client.py:1026] HTTP Request: GET https://checkip.amazonaws.com/ "HTTP/1.1 200 " I0413 11:44:50.318053 140205831014144 _client.py:1026] HTTP Request: POST https://api.gradio.app/gradio-initiated-analytics/ "HTTP/1.1 200 OK"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Traceback (most recent call last):
File "webui.py", line 84, in
block.queue(max_size=64).launch(show_api=False, enable_queue=True, debug=True, share=False, server_name='0.0.0.0')
TypeError: launch() got an unexpected keyword argument 'enable_queue'
I0413 11:44:48.399149 140205898127104 _client.py:1026] HTTP Request: GET https://api.gradio.app/pkg-version "HTTP/1.1 200 OK"
I0413 11:44:49.024987 140205831014144 _client.py:1026] HTTP Request: GET https://checkip.amazonaws.com/ "HTTP/1.1 200 "
I0413 11:44:50.318053 140205831014144 _client.py:1026] HTTP Request: POST https://api.gradio.app/gradio-initiated-analytics/ "HTTP/1.1 200 OK"
The text was updated successfully, but these errors were encountered: