Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -8,7 +8,7 @@ import numpy as np
|
|
8 |
from PIL import Image
|
9 |
import spaces
|
10 |
import torch
|
11 |
-
from diffusers import
|
12 |
|
13 |
if not torch.cuda.is_available():
|
14 |
DESCRIPTION += "\n<p>Running on CPU 🥶 This demo may not work on CPU.</p>"
|
|
|
8 |
from PIL import Image
|
9 |
import spaces
|
10 |
import torch
|
11 |
+
from diffusers import DiffusionPipeline, EulerAncestralDiscreteScheduler, AutoencoderKL
|
12 |
|
13 |
if not torch.cuda.is_available():
|
14 |
DESCRIPTION += "\n<p>Running on CPU 🥶 This demo may not work on CPU.</p>"
|