Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -93,7 +93,7 @@ css="""
|
|
93 |
with gr.Blocks(css=css) as demo:
|
94 |
|
95 |
with gr.Column(elem_id="col-container"):
|
96 |
-
gr.Markdown(
|
97 |
Inpainting demo for Flex.2 Preview - Open Source 8B parameter Text to Image Diffusion Model with universal control and built-in inpainting support
|
98 |
trained and devloped by [ostris](https://huggingface.co/ostris)
|
99 |
[[apache-2.0 license](https://huggingface.co/datasets/choosealicense/licenses/blob/main/markdown/apache-2.0.md)] [[model](https://huggingface.co/ostris/Flex.2-preview)]
|
|
|
93 |
with gr.Blocks(css=css) as demo:
|
94 |
|
95 |
with gr.Column(elem_id="col-container"):
|
96 |
+
gr.Markdown("""# Flex.2 Preview - Inpaint
|
97 |
Inpainting demo for Flex.2 Preview - Open Source 8B parameter Text to Image Diffusion Model with universal control and built-in inpainting support
|
98 |
trained and devloped by [ostris](https://huggingface.co/ostris)
|
99 |
[[apache-2.0 license](https://huggingface.co/datasets/choosealicense/licenses/blob/main/markdown/apache-2.0.md)] [[model](https://huggingface.co/ostris/Flex.2-preview)]
|