WeixuanYuan commited on
Commit
e1aad43
·
verified ·
1 Parent(s): d9b7825

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -24,7 +24,7 @@ from webUI.natural_language_guided.README import get_readme_module
24
 
25
 
26
 
27
- device = "cuda" if torch.cuda.is_available() else "CPU"
28
  use_pretrained_CLAP = False
29
 
30
  # load VQ-GAN
 
24
 
25
 
26
 
27
+ device = "cuda" if torch.cuda.is_available() else "cpu"
28
  use_pretrained_CLAP = False
29
 
30
  # load VQ-GAN