Commit 79d261b7 authored by high_byte's avatar high_byte
Browse files

disable gradio analytics globally

parent 27e319dc
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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"