acecalisto3 commited on
Commit
dc17300
·
verified ·
1 Parent(s): cef3956

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,7 +19,7 @@ import torch
19
  import deepspeed # Import DeepSpeed for ZeroGPU
20
 
21
  # Suppress warnings
22
- warnings.filterwarnings('ignore', category=User Warning)
23
  os.environ['TF_CPP_MIN_LOG_LEVEL'] = '2'
24
 
25
  def initialize_zero_gpu():
 
19
  import deepspeed # Import DeepSpeed for ZeroGPU
20
 
21
  # Suppress warnings
22
+ warnings.filterwarnings('ignore', category='UserWarning')
23
  os.environ['TF_CPP_MIN_LOG_LEVEL'] = '2'
24
 
25
  def initialize_zero_gpu():