acecalisto3 commited on
Commit
9af74bf
·
verified ·
1 Parent(s): fff5a3e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -28,7 +28,7 @@ RATE_LIMIT_THRESHOLD = 10
28
  CACHE_TTL = 300 # 5 minutes cache
29
 
30
  # Suppress warnings and set environment
31
- warnings.filterwarnings('ignore', category=User Warning)
32
  os.environ['TF_CPP_MIN_LOG_LEVEL'] = '2'
33
 
34
  class ConfigManager:
 
28
  CACHE_TTL = 300 # 5 minutes cache
29
 
30
  # Suppress warnings and set environment
31
+ warnings.filterwarnings('ignore', category=UserWarning)
32
  os.environ['TF_CPP_MIN_LOG_LEVEL'] = '2'
33
 
34
  class ConfigManager: