prithivMLmods commited on
Commit
7af58fc
·
verified ·
1 Parent(s): c887ef1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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">[Qwen2VL 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, theme=gr.themes.Soft(primary_hue="red", secondary_hue="gray")) as demo:
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():