linoyts HF Staff commited on
Commit
cfbaa8a
·
verified ·
1 Parent(s): e3ed6d2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -93,9 +93,9 @@ css="""
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)]
100
  """)
101
  with gr.Row():
 
93
  with gr.Blocks(css=css) as demo:
94
 
95
  with gr.Column(elem_id="col-container"):
96
+ gr.Markdown(f"""# 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)]
100
  """)
101
  with gr.Row():