Ivaylo77 commited on
Commit
6716c61
·
verified ·
1 Parent(s): 6439879

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -313,13 +313,13 @@ def package_zip(image_paths):
313
 
314
  # Example prompts
315
  examples = [
316
- ["Astronaut riding a horse on Mars, cinematic lighting, sci-fi concept art, highly detailed"],
317
- ["Portrait of a wise old wizard with a long white beard, holding a glowing crystal staff, magical forest background"],
318
  ]
319
 
320
  # Build the Gradio interface
321
  # Build the Gradio interface
322
- with gr.Blocks(title="Z-Image-Turbo Demo", css=CUSTOM_CSS, analytics_enabled=False) as demo:
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(