acecalisto3 commited on
Commit
63aa8f7
·
verified ·
1 Parent(s): 9b02ced

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -16,10 +16,9 @@ import urllib.parse
16
  import http.client
17
  import spaces
18
  import torch
19
- import deepspeed # Import DeepSpeed for ZeroGPU
20
 
21
  @spaces.GPU
22
-
23
  # Suppress warnings
24
  warnings.filterwarnings('ignore', category=UserWarning, module='__main__')
25
  os.environ['TF_CPP_MIN_LOG_LEVEL'] = '2'
 
16
  import http.client
17
  import spaces
18
  import torch
19
+ import deepspeed
20
 
21
  @spaces.GPU
 
22
  # Suppress warnings
23
  warnings.filterwarnings('ignore', category=UserWarning, module='__main__')
24
  os.environ['TF_CPP_MIN_LOG_LEVEL'] = '2'