Spaces:
Running on Zero
Running on Zero
Commit ·
171fc6b
1
Parent(s): 835d190
Default prompt: 'detailed fur' (drop 'ultra-')
Browse files
app.py
CHANGED
|
@@ -380,7 +380,7 @@ with gr.Blocks(theme=gr.themes.Citrus(), css=CSS) as demo:
|
|
| 380 |
prompt = gr.Textbox(
|
| 381 |
show_label=False,
|
| 382 |
placeholder="Describe what you want to generate…",
|
| 383 |
-
value="A photorealistic close-up of a brown tabby cat wearing a woolen hat sitting on a rustic wooden table, morning light,
|
| 384 |
lines=1,
|
| 385 |
scale=4,
|
| 386 |
container=False,
|
|
|
|
| 380 |
prompt = gr.Textbox(
|
| 381 |
show_label=False,
|
| 382 |
placeholder="Describe what you want to generate…",
|
| 383 |
+
value="A photorealistic close-up of a brown tabby cat wearing a woolen hat sitting on a rustic wooden table, morning light, detailed fur",
|
| 384 |
lines=1,
|
| 385 |
scale=4,
|
| 386 |
container=False,
|