Spaces:
Running
Running
Update app.py
Browse files
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)
|