jiachenl commited on
Commit
360eb6f
1 Parent(s): 5061a0e

Update cumo/serve/model_worker.py

Browse files
Files changed (1) hide show
  1. cumo/serve/model_worker.py +1 -1
cumo/serve/model_worker.py CHANGED
@@ -14,7 +14,7 @@ import requests
14
  import torch
15
  import uvicorn
16
  from functools import partial
17
- import spaces
18
 
19
  from cumo.constants import WORKER_HEART_BEAT_INTERVAL
20
  from cumo.utils import (build_logger, server_error_msg,
 
14
  import torch
15
  import uvicorn
16
  from functools import partial
17
+ #import spaces
18
 
19
  from cumo.constants import WORKER_HEART_BEAT_INTERVAL
20
  from cumo.utils import (build_logger, server_error_msg,