Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -9,7 +9,7 @@ from diffusers import DDIMScheduler
|
|
9 |
device = 'mps' if torch.backends.mps.is_available() else 'cuda' if torch.cuda.is_available() else 'cpu'
|
10 |
|
11 |
# Load the pretrained pipeline
|
12 |
-
pipeline_name = '
|
13 |
image_pipe = DDPMPipeline.from_pretrained(pipeline_name).to(device)
|
14 |
|
15 |
# Set up the scheduler
|
|
|
9 |
device = 'mps' if torch.backends.mps.is_available() else 'cuda' if torch.cuda.is_available() else 'cpu'
|
10 |
|
11 |
# Load the pretrained pipeline
|
12 |
+
pipeline_name = 'johnowhitaker/sd-class-wikiart-from-bedrooms'
|
13 |
image_pipe = DDPMPipeline.from_pretrained(pipeline_name).to(device)
|
14 |
|
15 |
# Set up the scheduler
|