prithivMLmods commited on
Commit
e097cc4
1 Parent(s): bf966d6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -148,7 +148,7 @@ def load_predefined_images1():
148
  ]
149
  return predefined_images1
150
 
151
- with gr.Blocks(css=css, theme="prithivMLmods/aceblue") as demo:
152
 
153
  with gr.Column(elem_id="col-container"):
154
  gr.Markdown(f"""# FLUX.1 SIM""")
@@ -216,7 +216,7 @@ with gr.Blocks(css=css, theme="prithivMLmods/aceblue") as demo:
216
  predefined_gallery = gr.Gallery(label="## Images Sample", columns=3, show_label=False, value=load_predefined_images1())
217
 
218
  gr.Markdown("**Disclaimer/Note:**")
219
- gr.Markdown("*️↗️Model used in the space <a href='https://huggingface.co/black-forest-labs/FLUX.1-schnell' target='_blank'>black-forest-labs/FLUX.1-schnell</a>. More: 12B param rectified flow transformer distilled from [FLUX.1 [pro]](https://blackforestlabs.ai/) for 4 step generation[[blog](https://blackforestlabs.ai/announcing-black-forest-labs/)] [[model](https://huggingface.co/black-forest-labs/FLUX.1-schnell)]")
220
  gr.Markdown("⚠️ users are accountable for the content they generate and are responsible for ensuring it meets appropriate ethical standards.")
221
 
222
  demo.launch()
 
148
  ]
149
  return predefined_images1
150
 
151
+ with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
152
 
153
  with gr.Column(elem_id="col-container"):
154
  gr.Markdown(f"""# FLUX.1 SIM""")
 
216
  predefined_gallery = gr.Gallery(label="## Images Sample", columns=3, show_label=False, value=load_predefined_images1())
217
 
218
  gr.Markdown("**Disclaimer/Note:**")
219
+ gr.Markdown("🍕Model used in the space <a href='https://huggingface.co/black-forest-labs/FLUX.1-schnell' target='_blank'>black-forest-labs/FLUX.1-schnell</a>. More: 12B param rectified flow transformer distilled from [FLUX.1 [pro]](https://blackforestlabs.ai/) for 4 step generation[[blog](https://blackforestlabs.ai/announcing-black-forest-labs/)] [[model](https://huggingface.co/black-forest-labs/FLUX.1-schnell)]")
220
  gr.Markdown("⚠️ users are accountable for the content they generate and are responsible for ensuring it meets appropriate ethical standards.")
221
 
222
  demo.launch()