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