Spaces:
Paused
Paused
Commit
·
bb07a1e
1
Parent(s):
60f5157
chore: Update demo title and description for FLUX.1 Dev Redux
Browse files
app.py
CHANGED
|
@@ -33,9 +33,9 @@ def enhance_image(image_path, keep_aspect_ratio=False):
|
|
| 33 |
return images[0]
|
| 34 |
|
| 35 |
|
| 36 |
-
with gr.Blocks(title="
|
| 37 |
-
gr.HTML("<center><h1>
|
| 38 |
-
gr.Markdown("
|
| 39 |
|
| 40 |
with gr.Row():
|
| 41 |
with gr.Column():
|
|
|
|
| 33 |
return images[0]
|
| 34 |
|
| 35 |
|
| 36 |
+
with gr.Blocks(title="Flux.1 Dev Redux") as demo:
|
| 37 |
+
gr.HTML("<center><h1>Flux.1 Dev Redux</h1></center>")
|
| 38 |
+
gr.Markdown("[FLUX.1 Redux](https://huggingface.co/black-forest-labs/FLUX.1-Redux-dev) is an adapter for all FLUX.1 base models for image variation generation.")
|
| 39 |
|
| 40 |
with gr.Row():
|
| 41 |
with gr.Column():
|