You've already forked Irene-Voice-Assistant
mirror of
https://github.com/janvarev/Irene-Voice-Assistant.git
synced 2025-11-23 22:45:08 +02:00
remove gradio sent analytics
This commit is contained in:
@@ -2,10 +2,13 @@ import traceback
|
||||
|
||||
from vacore import VACore
|
||||
import time
|
||||
import os
|
||||
|
||||
if 'GRADIO_ANALYTICS_ENABLED' not in os.environ:
|
||||
os.environ['GRADIO_ANALYTICS_ENABLED'] = 'False'
|
||||
|
||||
import gradio as gr
|
||||
|
||||
|
||||
|
||||
# ------------------- main loop ------------------
|
||||
if __name__ == "__main__":
|
||||
cmd_core = VACore()
|
||||
|
||||
Reference in New Issue
Block a user