diopside commited on
Commit
5da0b0e
·
verified ·
1 Parent(s): 7786f81

Update app.py

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
- "Runs on 4*L40s instead of zeroGPU - Faster, Efficient 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 - 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():