Spaces:
Sleeping
Sleeping
Commit
•
5fd1a0a
1
Parent(s):
b31944c
Disable Gradio Telemetry (#39)
Browse files- Disable Gradio Telemetry (e034aabd2126c81002a80917d89c16a728cddd38)
Co-authored-by: David Smith <[email protected]>
app.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
import os
|
2 |
import shutil
|
3 |
import subprocess
|
4 |
-
|
5 |
import gradio as gr
|
6 |
|
7 |
from huggingface_hub import create_repo, HfApi
|
|
|
1 |
import os
|
2 |
import shutil
|
3 |
import subprocess
|
4 |
+
os.environ["GRADIO_ANALYTICS_ENABLED"] = "False"
|
5 |
import gradio as gr
|
6 |
|
7 |
from huggingface_hub import create_repo, HfApi
|