Spaces:
Running
on
A10G
Running
on
A10G
Commit
·
17ffa6a
1
Parent(s):
79c4836
Disable Gradio Telemetry (#39)
Browse files- Disable Gradio Telemetry (12757ce80a79a11a93e3007e0a0ea2341ba27a8f)
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
|