vineet124jig commited on
Commit
d5e742b
·
verified ·
1 Parent(s): 08555fe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -106,7 +106,7 @@ def generate_image(prompt, aspect_ratio, width, height, steps, negative_prompt,
106
  with gr.Blocks() as demo:
107
  gr.Markdown("""
108
  <div style='text-align: center; margin-bottom: 24px;'>
109
- <h1 style='font-size:2.2em; margin-bottom: 0.2em;'>🧩 JigsawStack Image Generation</h1>
110
  <p style='font-size:1.2em; margin-top: 0;'>Generate high-quality images from text prompts using advanced AI models.</p>
111
  <p style='font-size:1em; margin-top: 0.5em;'>For more details and API usage, see the <a href='https://jigsawstack.com/docs/api-reference/ai/image-generation' target='_blank'>documentation</a>.</p>
112
  </div>
 
106
  with gr.Blocks() as demo:
107
  gr.Markdown("""
108
  <div style='text-align: center; margin-bottom: 24px;'>
109
+ <h1 style='font-size:2.2em; margin-bottom: 0.2em;'>🧩 Image Generation</h1>
110
  <p style='font-size:1.2em; margin-top: 0;'>Generate high-quality images from text prompts using advanced AI models.</p>
111
  <p style='font-size:1em; margin-top: 0.5em;'>For more details and API usage, see the <a href='https://jigsawstack.com/docs/api-reference/ai/image-generation' target='_blank'>documentation</a>.</p>
112
  </div>