seanpedrickcase commited on
Commit
d7ef72c
1 Parent(s): a22fc0d

Removed inbrowser argument from gradio launch method as I think it affects the pyinstaller version of the app

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -103,7 +103,7 @@ with block:
103
  #block.queue().launch(debug=True) # root_path="/address-match", debug=True, server_name="0.0.0.0",
104
 
105
  # Simple run for AWS server
106
- block.queue().launch(ssl_verify=False, inbrowser=True) # root_path="/address-match", debug=True, server_name="0.0.0.0", server_port=7861
107
 
108
  # Download OpenSSL from here:
109
  # Running on local server with https: https://discuss.huggingface.co/t/how-to-run-gradio-with-0-0-0-0-and-https/38003 or https://dev.to/rajshirolkar/fastapi-over-https-for-development-on-windows-2p7d
 
103
  #block.queue().launch(debug=True) # root_path="/address-match", debug=True, server_name="0.0.0.0",
104
 
105
  # Simple run for AWS server
106
+ block.queue().launch(ssl_verify=False) # root_path="/address-match", debug=True, server_name="0.0.0.0", server_port=7861
107
 
108
  # Download OpenSSL from here:
109
  # Running on local server with https: https://discuss.huggingface.co/t/how-to-run-gradio-with-0-0-0-0-and-https/38003 or https://dev.to/rajshirolkar/fastapi-over-https-for-development-on-windows-2p7d