Update app.py

#391
by archana2324 - opened
Files changed (1) hide show
  1. app.py +1 -4
app.py CHANGED
@@ -54,10 +54,7 @@ css="""
54
  with gr.Blocks(css=css) as demo:
55
 
56
  with gr.Column(elem_id="col-container"):
57
- gr.Markdown(f"""# FLUX.1 [dev]
58
- 12B param rectified flow transformer guidance-distilled from [FLUX.1 [pro]](https://blackforestlabs.ai/)
59
- [[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)]
60
- """)
61
 
62
  with gr.Row():
63
 
 
54
  with gr.Blocks(css=css) as demo:
55
 
56
  with gr.Column(elem_id="col-container"):
57
+ gr.Markdown(f"""# FLUX.1 [dev]""")
 
 
 
58
 
59
  with gr.Row():
60