Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -7,7 +7,7 @@ from PIL import Image
|
|
| 7 |
import os
|
| 8 |
from huggingface_hub import hf_hub_download
|
| 9 |
import torch
|
| 10 |
-
|
| 11 |
|
| 12 |
# Constants
|
| 13 |
MAX_SEED = np.iinfo(np.int32).max
|
|
|
|
| 7 |
import os
|
| 8 |
from huggingface_hub import hf_hub_download
|
| 9 |
import torch
|
| 10 |
+
from diffusers import DiffusionPipeline
|
| 11 |
|
| 12 |
# Constants
|
| 13 |
MAX_SEED = np.iinfo(np.int32).max
|