Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -7,7 +7,7 @@ from diffusers import StableDiffusionPipeline
|
|
7 |
|
8 |
|
9 |
|
10 |
-
|
11 |
|
12 |
device = torch.device("cpu") # Default to CPU device
|
13 |
if torch.cuda.is_available():
|
|
|
7 |
|
8 |
|
9 |
|
10 |
+
model_id = "stabilityai/stable-diffusion-2-1"
|
11 |
|
12 |
device = torch.device("cpu") # Default to CPU device
|
13 |
if torch.cuda.is_available():
|