Spaces:
Restarting
on
Zero
Restarting
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -145,13 +145,13 @@ custom_css = """
|
|
145 |
title = """<h1 align="center">FLUX.1-dev with Qwen2VL Captioner and Prompt Enhancer</h1>
|
146 |
<p><center>
|
147 |
<a href="https://huggingface.co/black-forest-labs/FLUX.1-dev" target="_blank">[FLUX.1-dev Model]</a>
|
148 |
-
<a href="https://huggingface.co/prithivMLmods/JSONify-Flux" target="_blank">[
|
149 |
<a href="https://huggingface.co/gokaygokay/Lamini-Prompt-Enchance-Long" target="_blank">[Prompt Enhancer Long]</a>
|
150 |
<p align="center">Create long prompts from images or enhance your short prompts with prompt enhancer</p>
|
151 |
</center></p>
|
152 |
"""
|
153 |
|
154 |
-
with gr.Blocks(css=custom_css
|
155 |
gr.HTML(title)
|
156 |
|
157 |
with gr.Row():
|
|
|
145 |
title = """<h1 align="center">FLUX.1-dev with Qwen2VL Captioner and Prompt Enhancer</h1>
|
146 |
<p><center>
|
147 |
<a href="https://huggingface.co/black-forest-labs/FLUX.1-dev" target="_blank">[FLUX.1-dev Model]</a>
|
148 |
+
<a href="https://huggingface.co/prithivMLmods/JSONify-Flux" target="_blank">[JSONify Flux Model]</a>
|
149 |
<a href="https://huggingface.co/gokaygokay/Lamini-Prompt-Enchance-Long" target="_blank">[Prompt Enhancer Long]</a>
|
150 |
<p align="center">Create long prompts from images or enhance your short prompts with prompt enhancer</p>
|
151 |
</center></p>
|
152 |
"""
|
153 |
|
154 |
+
with gr.Blocks(css=custom_css) as demo:
|
155 |
gr.HTML(title)
|
156 |
|
157 |
with gr.Row():
|