Skip to content

Commit

Permalink
remove gradio sent analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
janvarev committed Jun 10, 2023
1 parent 66ef8e8 commit 21e277d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion runva_settings_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,12 @@

from vacore import VACore
import time
import gradio as gr
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__":
Expand Down

0 comments on commit 21e277d

Please sign in to comment.