Update app.py
Browse files
app.py
CHANGED
|
@@ -313,13 +313,13 @@ def package_zip(image_paths):
|
|
| 313 |
|
| 314 |
# Example prompts
|
| 315 |
examples = [
|
| 316 |
-
|
| 317 |
-
|
| 318 |
]
|
| 319 |
|
| 320 |
# Build the Gradio interface
|
| 321 |
# Build the Gradio interface
|
| 322 |
-
with gr.Blocks(title="Z-Image-Turbo
|
| 323 |
image_state = gr.State([])
|
| 324 |
history_state = gr.State([])
|
| 325 |
gr.Markdown(
|
|
|
|
| 313 |
|
| 314 |
# Example prompts
|
| 315 |
examples = [
|
| 316 |
+
|
| 317 |
+
|
| 318 |
]
|
| 319 |
|
| 320 |
# Build the Gradio interface
|
| 321 |
# Build the Gradio interface
|
| 322 |
+
with gr.Blocks(title="Z-Image-Turbo", css=CUSTOM_CSS, analytics_enabled=False) as demo:
|
| 323 |
image_state = gr.State([])
|
| 324 |
history_state = gr.State([])
|
| 325 |
gr.Markdown(
|