Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -62,7 +62,7 @@ EXAMPLES = [
|
|
62 |
]
|
63 |
|
64 |
pipe = FluxInpaintPipeline.from_pretrained(
|
65 |
-
"black-forest-labs/FLUX.1-
|
66 |
|
67 |
|
68 |
def resize_image_dimensions(
|
|
|
62 |
]
|
63 |
|
64 |
pipe = FluxInpaintPipeline.from_pretrained(
|
65 |
+
"black-forest-labs/FLUX.1-schnell", torch_dtype=torch.bfloat16).to(DEVICE)
|
66 |
|
67 |
|
68 |
def resize_image_dimensions(
|