fix blog
Browse files
    	
        app.py
    CHANGED
    
    | 
         @@ -47,7 +47,7 @@ with gr.Blocks(css=css) as demo: 
     | 
|
| 47 | 
         
             
                with gr.Column(elem_id="col-container"):
         
     | 
| 48 | 
         
             
                    gr.Markdown(f"""# FLUX.1 [dev]
         
     | 
| 49 | 
         
             
            12B param rectified flow transformer guidance-distilled from [FLUX.1 [pro]](https://blackforestlabs.ai/)  
         
     | 
| 50 | 
         
            -
            [[non-commercial license](https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md)] [[blog](https://blackforestlabs.ai/ 
     | 
| 51 | 
         
             
                    """)
         
     | 
| 52 | 
         | 
| 53 | 
         
             
                    with gr.Row():
         
     | 
| 
         | 
|
| 47 | 
         
             
                with gr.Column(elem_id="col-container"):
         
     | 
| 48 | 
         
             
                    gr.Markdown(f"""# FLUX.1 [dev]
         
     | 
| 49 | 
         
             
            12B param rectified flow transformer guidance-distilled from [FLUX.1 [pro]](https://blackforestlabs.ai/)  
         
     | 
| 50 | 
         
            +
            [[non-commercial license](https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md)] [[blog](https://blackforestlabs.ai/announcing-black-forest-labs/)] [[model](https://huggingface.co/black-forest-labs/FLUX.1-dev)]
         
     | 
| 51 | 
         
             
                    """)
         
     | 
| 52 | 
         | 
| 53 | 
         
             
                    with gr.Row():
         
     |