Kaynağa Gözat

Disable gradio analytics globally

oobabooga 2 yıl önce
ebeveyn
işleme
cf2c4e740b
1 değiştirilmiş dosya ile 4 ekleme ve 0 silme
  1. 4 0
      server.py

+ 4 - 0
server.py

@@ -1,3 +1,7 @@
+import os
+
+os.environ['GRADIO_ANALYTICS_ENABLED'] = 'False'
+
 import io
 import json
 import re