aboutsummaryrefslogtreecommitdiff
path: root/launch.py
diff options
context:
space:
mode:
Diffstat (limited to 'launch.py')
-rw-r--r--launch.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/launch.py b/launch.py
index 95311d33..0397ca06 100644
--- a/launch.py
+++ b/launch.py
@@ -24,6 +24,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"