Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -256,10 +256,7 @@ with gr.Blocks(css=css) as demo:
|
|
256 |
gr.HTML("""
|
257 |
<div id="logo-title">
|
258 |
<img src="https://qianwen-res.oss-cn-beijing.aliyuncs.com/Qwen-Image/qwen_image_logo.png" alt="Qwen-Image Logo" width="400" style="display: block; margin: 0 auto;">
|
259 |
-
<h2 class="
|
260 |
-
font-style: italic;
|
261 |
-
color: #5b47d1;
|
262 |
-
margin-top: -42px">Fast</h2>
|
263 |
</div>
|
264 |
""")
|
265 |
gr.Markdown("[Learn more](https://github.com/QwenLM/Qwen-Image) about the Qwen-Image series. This demo uses the [Qwen-Image-Lightning](https://huggingface.co/lightx2v/Qwen-Image-Lightning) LoRA for accelerated inference. [Download model](https://huggingface.co/Qwen/Qwen-Image) to run locally with ComfyUI or diffusers.")
|
|
|
256 |
gr.HTML("""
|
257 |
<div id="logo-title">
|
258 |
<img src="https://qianwen-res.oss-cn-beijing.aliyuncs.com/Qwen-Image/qwen_image_logo.png" alt="Qwen-Image Logo" width="400" style="display: block; margin: 0 auto;">
|
259 |
+
<h2 class="font-style: italic;color: #5b47d1;margin-top: -42px">Fast</h2>
|
|
|
|
|
|
|
260 |
</div>
|
261 |
""")
|
262 |
gr.Markdown("[Learn more](https://github.com/QwenLM/Qwen-Image) about the Qwen-Image series. This demo uses the [Qwen-Image-Lightning](https://huggingface.co/lightx2v/Qwen-Image-Lightning) LoRA for accelerated inference. [Download model](https://huggingface.co/Qwen/Qwen-Image) to run locally with ComfyUI or diffusers.")
|