Spaces:
Running
on
Zero
Running
on
Zero
Commit
•
53e6930
1
Parent(s):
98428fb
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(
|