Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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">
|
| 76 |
<p align="center">
|
| 77 |
-
<a href="https://
|
| 78 |
-
<a href="https://
|
|
|
|
| 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 |
|