Spaces:
Running on Zero
Running on Zero
Commit ·
0f52fbe
1
Parent(s): 11d62c5
Default prompt: cat now wears a woolen hat
Browse files
app.py
CHANGED
|
@@ -375,7 +375,7 @@ with gr.Blocks(theme=gr.themes.Citrus(), css=CSS) as demo:
|
|
| 375 |
prompt = gr.Textbox(
|
| 376 |
show_label=False,
|
| 377 |
placeholder="Describe what you want to generate…",
|
| 378 |
-
value="A photorealistic close-up of a brown tabby cat sitting on a rustic wooden table, morning light, ultra-detailed fur",
|
| 379 |
lines=1,
|
| 380 |
scale=4,
|
| 381 |
container=False,
|
|
|
|
| 375 |
prompt = gr.Textbox(
|
| 376 |
show_label=False,
|
| 377 |
placeholder="Describe what you want to generate…",
|
| 378 |
+
value="A photorealistic close-up of a brown tabby cat wearing a woolen hat sitting on a rustic wooden table, morning light, ultra-detailed fur",
|
| 379 |
lines=1,
|
| 380 |
scale=4,
|
| 381 |
container=False,
|