Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -9,7 +9,7 @@ import torch
|
|
| 9 |
from PIL import Image
|
| 10 |
from diffusers import FluxInpaintPipeline
|
| 11 |
|
| 12 |
-
"""
|
| 13 |
A big shoutout to [Black Forest Labs](https://huggingface.co/black-forest-labs) team for making their models available.
|
| 14 |
Also a big thanks to [Gothos](https://github.com/Gothos) for enabling inpainting with the FLUX.
|
| 15 |
"""
|
|
|
|
| 9 |
from PIL import Image
|
| 10 |
from diffusers import FluxInpaintPipeline
|
| 11 |
|
| 12 |
+
MARKDOWN = """
|
| 13 |
A big shoutout to [Black Forest Labs](https://huggingface.co/black-forest-labs) team for making their models available.
|
| 14 |
Also a big thanks to [Gothos](https://github.com/Gothos) for enabling inpainting with the FLUX.
|
| 15 |
"""
|