keepsitreal commited on
Commit
b6e7cab
1 Parent(s): 70c4d17

Disable Gradio Telemetry

Browse files

Documentation: https://www.gradio.app/docs/tabbedinterface

Thank you.

Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1,4 +1,5 @@
1
  import os
 
2
  os.system('pip install dashscope')
3
  import gradio as gr
4
  from http import HTTPStatus
 
1
  import os
2
+ os.environ["GRADIO_ANALYTICS_ENABLED"] = "False"
3
  os.system('pip install dashscope')
4
  import gradio as gr
5
  from http import HTTPStatus