Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -17,9 +17,9 @@ HF_TOKEN = os.environ.get("HF_TOKEN", None)
|
|
17 |
|
18 |
MARKDOWN = """
|
19 |
# FLUX.1 Inpainting with Text guided Mask🔥
|
20 |
-
Shoutout to [Black Forest Labs](https://huggingface.co/black-forest-labs) team for
|
21 |
-
|
22 |
-
for
|
23 |
"""
|
24 |
|
25 |
MAX_SEED = np.iinfo(np.int32).max
|
|
|
17 |
|
18 |
MARKDOWN = """
|
19 |
# FLUX.1 Inpainting with Text guided Mask🔥
|
20 |
+
Shoutout to [Black Forest Labs](https://huggingface.co/black-forest-labs) team for FLUX,
|
21 |
+
[Piotr Skalski](https://huggingface.co/SkalskiP),and [Gothos](https://github.com/Gothos)
|
22 |
+
for enabling and [showcasing inpainting](https://huggingface.co/spaces/SkalskiP/FLUX.1-inpaint) with the FLUX.
|
23 |
"""
|
24 |
|
25 |
MAX_SEED = np.iinfo(np.int32).max
|