multimodalart HF Staff commited on
Commit
888c872
·
verified ·
1 Parent(s): d3ed6b5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -207,7 +207,7 @@ with gr.Blocks(theme=gr.themes.Citrus(), title="Ideogram 4") as demo:
207
 
208
  with gr.Row():
209
  with gr.Column():
210
- prompt = gr.Textbox(label="Prompt", value="A photo of a cat holding a sign that says hello world", lines=3)
211
  mode = gr.Radio(choices=list(MODES.keys()), value="Default · 20 steps", label="Mode (speed ↔ quality)")
212
  run = gr.Button("Generate", variant="primary")
213
  with gr.Accordion("Advanced", open=False):
 
207
 
208
  with gr.Row():
209
  with gr.Column():
210
+ prompt = gr.Textbox(label="Prompt", value="a ginger cat wearing a tiny wizard hat reading a spellbook", lines=3)
211
  mode = gr.Radio(choices=list(MODES.keys()), value="Default · 20 steps", label="Mode (speed ↔ quality)")
212
  run = gr.Button("Generate", variant="primary")
213
  with gr.Accordion("Advanced", open=False):