keepsitreal commited on
Commit
0e8ec8e
1 Parent(s): 1afe06d

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
  from huggingface_hub import InferenceClient
 
2
  import gradio as gr
3
 
4
  client = InferenceClient(
 
1
  from huggingface_hub import InferenceClient
2
+ os.environ["GRADIO_ANALYTICS_ENABLED"] = "False"
3
  import gradio as gr
4
 
5
  client = InferenceClient(