Eyalgut commited on
Commit
7279d73
·
verified ·
1 Parent(s): 00bdeb5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -62,7 +62,7 @@ is our new text-to-image model that achieves high-quality generation while being
62
  ''')
63
  with gr.Group():
64
  with gr.Column():
65
- prompt_in = gr.Textbox(label="Prompt", value="photo of mystical dragon eating sushi, text bubble says "Sushi Time".")
66
  resolution = gr.Dropdown(value=resolutions[0], show_label=True, label="Resolution", choices=resolutions)
67
  seed = gr.Textbox(label="Seed", value=-1)
68
  negative_prompt = gr.Textbox(label="Negative Prompt", value=default_negative_prompt)
 
62
  ''')
63
  with gr.Group():
64
  with gr.Column():
65
+ prompt_in = gr.Textbox(label="Prompt", value="""photo of mystical dragon eating sushi, text bubble says "Sushi Time".""")
66
  resolution = gr.Dropdown(value=resolutions[0], show_label=True, label="Resolution", choices=resolutions)
67
  seed = gr.Textbox(label="Seed", value=-1)
68
  negative_prompt = gr.Textbox(label="Negative Prompt", value=default_negative_prompt)