diopside commited on
Commit
8963c33
·
verified ·
1 Parent(s): f1bc1cb

fix typo in GPU model

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -169,7 +169,7 @@ css = """
169
  with gr.Blocks(css=css, theme=gr.themes.Citrus()) as demo:
170
  gr.HTML("<h1 style='text-align: center'>MultiGPU - Qwen-Image + InstantX Inpainting ControlNet - LB</style>")
171
  gr.Markdown(
172
- "MultiGPU example - Run on 4*L40s - Inpaint images with [InstantX/Qwen-Image-ControlNet-Inpainting](https://huggingface.co/InstantX/Qwen-Image-ControlNet-Inpainting)"
173
  )
174
  with gr.Row():
175
  with gr.Column():
 
169
  with gr.Blocks(css=css, theme=gr.themes.Citrus()) as demo:
170
  gr.HTML("<h1 style='text-align: center'>MultiGPU - Qwen-Image + InstantX Inpainting ControlNet - LB</style>")
171
  gr.Markdown(
172
+ "MultiGPU example - Run on 4*L40S - Inpaint images with [InstantX/Qwen-Image-ControlNet-Inpainting](https://huggingface.co/InstantX/Qwen-Image-ControlNet-Inpainting)"
173
  )
174
  with gr.Row():
175
  with gr.Column():