multimodalart HF Staff commited on
Commit
0f879a0
·
verified ·
1 Parent(s): 19a939b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -259,7 +259,7 @@ with gr.Blocks(css=css) as demo:
259
  <h2>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://github.com/ModelTC/Qwen-Image-Lightning) LoRA for accelerated inference. Try on [Qwen Chat](https://chat.qwen.ai/), or [download model](https://huggingface.co/Qwen/Qwen-Image) to run locally with ComfyUI or diffusers.")
263
  with gr.Row():
264
  prompt = gr.Text(
265
  label="Prompt",
 
259
  <h2>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.")
263
  with gr.Row():
264
  prompt = gr.Text(
265
  label="Prompt",