Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -320,7 +320,7 @@ button.primary:hover {
|
|
| 320 |
}
|
| 321 |
"""
|
| 322 |
|
| 323 |
-
with gr.Blocks(title="Z-Image Turbo ControlNet"
|
| 324 |
|
| 325 |
gr.HTML("""
|
| 326 |
<div class="header-container">
|
|
@@ -405,4 +405,5 @@ with gr.Blocks(title="Z-Image Turbo ControlNet", css=apple_css) as demo:
|
|
| 405 |
)
|
| 406 |
|
| 407 |
if __name__ == "__main__":
|
| 408 |
-
demo.launch(share=False
|
|
|
|
|
|
| 320 |
}
|
| 321 |
"""
|
| 322 |
|
| 323 |
+
with gr.Blocks(title="Z-Image Turbo ControlNet") as demo:
|
| 324 |
|
| 325 |
gr.HTML("""
|
| 326 |
<div class="header-container">
|
|
|
|
| 405 |
)
|
| 406 |
|
| 407 |
if __name__ == "__main__":
|
| 408 |
+
demo.launch(share=False,
|
| 409 |
+
css=apple_css)
|