Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -260,7 +260,7 @@ button.primary:hover {
|
|
| 260 |
}
|
| 261 |
"""
|
| 262 |
|
| 263 |
-
with gr.Blocks(title="Z-Image Turbo ControlNet"
|
| 264 |
|
| 265 |
gr.HTML("""
|
| 266 |
<div class="header-container">
|
|
@@ -342,4 +342,5 @@ with gr.Blocks(title="Z-Image Turbo ControlNet", css=apple_css) as demo:
|
|
| 342 |
)
|
| 343 |
|
| 344 |
if __name__ == "__main__":
|
| 345 |
-
demo.launch(share=False
|
|
|
|
|
|
| 260 |
}
|
| 261 |
"""
|
| 262 |
|
| 263 |
+
with gr.Blocks(title="Z-Image Turbo ControlNet") as demo:
|
| 264 |
|
| 265 |
gr.HTML("""
|
| 266 |
<div class="header-container">
|
|
|
|
| 342 |
)
|
| 343 |
|
| 344 |
if __name__ == "__main__":
|
| 345 |
+
demo.launch(share=False,
|
| 346 |
+
css=apple_css)
|