apolinario commited on
Commit
171fc6b
·
1 Parent(s): 835d190

Default prompt: 'detailed fur' (drop 'ultra-')

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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, ultra-detailed fur",
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,