Spaces:
Paused
Paused
Update app.py
Browse files
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 "
|
| 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
|