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