Disable gradio analytics globally
This commit is contained in:
parent
e722c240af
commit
cf2c4e740b
1 changed files with 4 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
import os
|
||||
|
||||
os.environ['GRADIO_ANALYTICS_ENABLED'] = 'False'
|
||||
|
||||
import io
|
||||
import json
|
||||
import re
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue