Commit 79d261b7 authored by high_byte's avatar high_byte

disable gradio analytics globally

parent 27e319dc
...@@ -16,6 +16,7 @@ index_url = os.environ.get('INDEX_URL', "") ...@@ -16,6 +16,7 @@ index_url = os.environ.get('INDEX_URL', "")
stored_commit_hash = None stored_commit_hash = None
skip_install = False skip_install = False
os.environ['GRADIO_ANALYTICS_ENABLED'] = 'False'
def check_python_version(): def check_python_version():
is_windows = platform.system() == "Windows" is_windows = platform.system() == "Windows"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment