gokaygokay commited on
Commit
987d247
1 Parent(s): 58cbf34

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -3
app.py CHANGED
@@ -72,10 +72,11 @@ def update_visible_components(model):
72
 
73
  with gr.Blocks(theme='bethecloud/storj_theme') as demo:
74
  gr.HTML("""
75
- <h1 align="center">Flux AI Image Generation</h1>
76
  <p align="center">
77
- <a href="https://www.fal.ai/" target="_blank">[FAL AI Website]</a>
78
- <a href="https://github.com/fal-ai/fal" target="_blank">[FAL AI GitHub]</a>
 
79
  </p>
80
  """)
81
 
 
72
 
73
  with gr.Blocks(theme='bethecloud/storj_theme') as demo:
74
  gr.HTML("""
75
+ <h1 align="center">FLUX.1 Image Generation</h1>
76
  <p align="center">
77
+ <a href="https://blackforestlabs.ai/" target="_blank">[Black Forest Labs]</a>
78
+ <a href="https://blackforestlabs.ai/announcing-black-forest-labs/" target="_blank">[Blog]</a>
79
+ <a href="https://fal.ai/models/fal-ai/flux-pro" target="_blank">[FLUX.1 [pro] Model FAL]</a>
80
  </p>
81
  """)
82