mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-01-30 04:11:15 -08:00
disable gradio analytics globally
This commit is contained in:
parent
27e319dc4f
commit
79d261b7d4
1 changed files with 1 additions and 0 deletions
|
|
@ -16,6 +16,7 @@ index_url = os.environ.get('INDEX_URL', "")
|
|||
stored_commit_hash = None
|
||||
skip_install = False
|
||||
|
||||
os.environ['GRADIO_ANALYTICS_ENABLED'] = 'False'
|
||||
|
||||
def check_python_version():
|
||||
is_windows = platform.system() == "Windows"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue