jerpint commited on
Commit
32f19a6
·
1 Parent(s): 430d84a

missing quote

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ from utils import resize_image, generate_image_from_grid
11
 
12
 
13
  device = "cuda" # if torch.cuda.is_available() else "cpu"
14
- print(f"Using {device=})
15
  controlnet = QRControlNet(device=device)
16
 
17
 
 
11
 
12
 
13
  device = "cuda" # if torch.cuda.is_available() else "cpu"
14
+ print(f"Using {device=}")
15
  controlnet = QRControlNet(device=device)
16
 
17