Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -11,7 +11,7 @@ from diffusers import FluxInpaintPipeline
|
|
11 |
|
12 |
MARKDOWN = """
|
13 |
# FLUX.1 Inpainting using
|
14 |
-
[Black Forest Labs](https://huggingface.co/black-forest-labs)'
|
15 |
"""
|
16 |
|
17 |
MAX_SEED = np.iinfo(np.int32).max
|
|
|
11 |
|
12 |
MARKDOWN = """
|
13 |
# FLUX.1 Inpainting using
|
14 |
+
[Black Forest Labs](https://huggingface.co/black-forest-labs)' "FLUX.1-dev"
|
15 |
"""
|
16 |
|
17 |
MAX_SEED = np.iinfo(np.int32).max
|