Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -401,7 +401,6 @@ with gr.Blocks(css=css) as demo:
|
|
| 401 |
show_label=False,
|
| 402 |
max_lines=1,
|
| 403 |
placeholder="Enter your prompt",
|
| 404 |
-
value="Chocolate dripping from a donut against a yellow background, 8k",
|
| 405 |
container=False,
|
| 406 |
)
|
| 407 |
run_button = gr.Button("Run⚡", scale=0)
|
|
|
|
| 401 |
show_label=False,
|
| 402 |
max_lines=1,
|
| 403 |
placeholder="Enter your prompt",
|
|
|
|
| 404 |
container=False,
|
| 405 |
)
|
| 406 |
run_button = gr.Button("Run⚡", scale=0)
|