acecalisto3 commited on
Commit
d39dc24
·
verified ·
1 Parent(s): 8d6a4c9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ import urllib.parse
17
  import http.client
18
 
19
  # Suppress warnings
20
- warnings.filterwarnings('ignore', category=User Warning) # Corrected here
21
  os.environ['TF_CPP_MIN_LOG_LEVEL'] = '2'
22
 
23
  def initialize_environment():
 
17
  import http.client
18
 
19
  # Suppress warnings
20
+ warnings.filterwarnings('ignore', category=UserWarning) # Corrected here
21
  os.environ['TF_CPP_MIN_LOG_LEVEL'] = '2'
22
 
23
  def initialize_environment():