Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -67,7 +67,7 @@ custom_theme = gr.themes.Soft(
|
|
| 67 |
block_title_text_weight="600",
|
| 68 |
)
|
| 69 |
|
| 70 |
-
with gr.Blocks(
|
| 71 |
gr.Markdown(
|
| 72 |
"""
|
| 73 |
# 🎨 Z-Image-Turbo
|
|
@@ -168,6 +168,7 @@ with gr.Blocks(theme=custom_theme, fill_height=True) as demo:
|
|
| 168 |
|
| 169 |
if __name__ == "__main__":
|
| 170 |
demo.launch(
|
|
|
|
| 171 |
css="""
|
| 172 |
.header-text h1 {
|
| 173 |
font-size: 2.5rem !important;
|
|
|
|
| 67 |
block_title_text_weight="600",
|
| 68 |
)
|
| 69 |
|
| 70 |
+
with gr.Blocks(fill_height=True) as demo:
|
| 71 |
gr.Markdown(
|
| 72 |
"""
|
| 73 |
# 🎨 Z-Image-Turbo
|
|
|
|
| 168 |
|
| 169 |
if __name__ == "__main__":
|
| 170 |
demo.launch(
|
| 171 |
+
theme=custom_theme,
|
| 172 |
css="""
|
| 173 |
.header-text h1 {
|
| 174 |
font-size: 2.5rem !important;
|