Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -4,7 +4,7 @@ import spaces
|
|
| 4 |
from diffusers import FluxInpaintPipeline
|
| 5 |
from PIL import Image, ImageFile
|
| 6 |
|
| 7 |
-
ImageFile.LOAD_TRUNCATED_IMAGES = True
|
| 8 |
|
| 9 |
# Initialize the pipeline
|
| 10 |
pipe = FluxInpaintPipeline.from_pretrained(
|
|
|
|
| 4 |
from diffusers import FluxInpaintPipeline
|
| 5 |
from PIL import Image, ImageFile
|
| 6 |
|
| 7 |
+
#ImageFile.LOAD_TRUNCATED_IMAGES = True
|
| 8 |
|
| 9 |
# Initialize the pipeline
|
| 10 |
pipe = FluxInpaintPipeline.from_pretrained(
|