Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -72,6 +72,7 @@ with gr.Blocks() as demo:
|
|
72 |
prompt = gr.Textbox(
|
73 |
label="Prompt",
|
74 |
placeholder="Enter a prompt here",
|
|
|
75 |
)
|
76 |
with gr.Row():
|
77 |
clear_btn = gr.Button(
|
|
|
72 |
prompt = gr.Textbox(
|
73 |
label="Prompt",
|
74 |
placeholder="Enter a prompt here",
|
75 |
+
value="1girl, flowers, birds",
|
76 |
)
|
77 |
with gr.Row():
|
78 |
clear_btn = gr.Button(
|