Spaces:
Runtime error
Runtime error
Update app.py
#1
by
AkshayRajeev - opened
app.py
CHANGED
|
@@ -9,6 +9,7 @@ import io
|
|
| 9 |
import os
|
| 10 |
from PIL import Image
|
| 11 |
|
|
|
|
| 12 |
from diffusers import (
|
| 13 |
StableDiffusionPipeline,
|
| 14 |
StableDiffusionControlNetImg2ImgPipeline,
|
|
|
|
| 9 |
import os
|
| 10 |
from PIL import Image
|
| 11 |
|
| 12 |
+
# Added the test which has been completed
|
| 13 |
from diffusers import (
|
| 14 |
StableDiffusionPipeline,
|
| 15 |
StableDiffusionControlNetImg2ImgPipeline,
|