bluestarburst commited on
Commit
f020137
1 Parent(s): 6b1429b
Files changed (1) hide show
  1. handler.py +0 -2
handler.py CHANGED
@@ -7,8 +7,6 @@ import torch
7
 
8
 
9
  import numpy as np
10
- import cv2
11
- import controlnet_hinter
12
 
13
  # set device
14
  device = torch.device('cuda' if torch.cuda.is_available() else 'cpu')
 
7
 
8
 
9
  import numpy as np
 
 
10
 
11
  # set device
12
  device = torch.device('cuda' if torch.cuda.is_available() else 'cpu')