Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -136,9 +136,21 @@ custom_css = """
|
|
| 136 |
}
|
| 137 |
"""
|
| 138 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 139 |
# Gradio Interface
|
| 140 |
with gr.Blocks(css=custom_css, theme=gr.themes.Soft(primary_hue="blue", secondary_hue="gray")) as demo:
|
| 141 |
-
|
|
|
|
| 142 |
|
| 143 |
with gr.Row():
|
| 144 |
with gr.Column(scale=1):
|
|
|
|
| 136 |
}
|
| 137 |
"""
|
| 138 |
|
| 139 |
+
title = """<h1 align="center">VLM Captioner + Prompt Enhancer + SD3 Image Generator</h1>
|
| 140 |
+
<p><center>
|
| 141 |
+
<a href="https://huggingface.co/spaces/gokaygokay/SD3-Long-Captioner-V2" target="_blank">[VLM Model]</a>
|
| 142 |
+
<a href="https://huggingface.co/gokaygokay/Lamini-Prompt-Enchance-Long" target="_blank">[Prompt Enhancer Long]</a>
|
| 143 |
+
<a href="https://huggingface.co/gokaygokay/Lamini-Prompt-Enchance" target="_blank">[Prompt Enhancer Medium]</a>
|
| 144 |
+
<a href="https://github.com/gokayfem" target="_blank">[Github]</a>
|
| 145 |
+
<a href="https://x.com/NONDA30" target="_blank">[X/twitter]</a>
|
| 146 |
+
<p align="center">Dont forget to click Use VLM Captioner or Use Prompt Enhancer Buttons!</p>
|
| 147 |
+
</center></p>
|
| 148 |
+
"""
|
| 149 |
+
|
| 150 |
# Gradio Interface
|
| 151 |
with gr.Blocks(css=custom_css, theme=gr.themes.Soft(primary_hue="blue", secondary_hue="gray")) as demo:
|
| 152 |
+
|
| 153 |
+
gr.HTML(title)
|
| 154 |
|
| 155 |
with gr.Row():
|
| 156 |
with gr.Column(scale=1):
|