Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -283,7 +283,7 @@ button.primary:hover {
|
|
| 283 |
}
|
| 284 |
"""
|
| 285 |
|
| 286 |
-
with gr.Blocks(title="Z-Image Turbo ControlNet"
|
| 287 |
|
| 288 |
gr.HTML("""
|
| 289 |
<div class="header-container">
|
|
@@ -365,4 +365,5 @@ with gr.Blocks(title="Z-Image Turbo ControlNet", css=apple_css) as demo:
|
|
| 365 |
)
|
| 366 |
|
| 367 |
if __name__ == "__main__":
|
| 368 |
-
demo.launch(share=False
|
|
|
|
|
|
| 283 |
}
|
| 284 |
"""
|
| 285 |
|
| 286 |
+
with gr.Blocks(title="Z-Image Turbo ControlNet") as demo:
|
| 287 |
|
| 288 |
gr.HTML("""
|
| 289 |
<div class="header-container">
|
|
|
|
| 365 |
)
|
| 366 |
|
| 367 |
if __name__ == "__main__":
|
| 368 |
+
demo.launch(share=False,
|
| 369 |
+
css=apple_css)
|