Spaces:
Running
on
A10G
Running
on
A10G
Disable Gradio Telemetry
#39
by
keepsitreal
- opened
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
|