Spaces:
Runtime error
Runtime error
fix typo in GPU model
Browse files
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*
|
| 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():
|