Spaces:
Running
Running
keepsitreal
commited on
Commit
•
b6e7cab
1
Parent(s):
70c4d17
Disable Gradio Telemetry
Browse filesDocumentation: https://www.gradio.app/docs/tabbedinterface
Thank you.
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
|