alvarobartt HF staff commited on
Commit
7a77fc4
·
verified ·
1 Parent(s): 6881507

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -72,9 +72,9 @@ with gr.Blocks(css=css) as demo:
72
  " with [alvarobartt/ghibli-characters](https://huggingface.co/datasets/alvarobartt/ghibli-characters)."
73
  )
74
 
75
- with gr.Accordion("How to generate nice prompts?"):
76
  gr.Markdown(
77
- "To generate high-quality prompts what worked the best for me was to prompt"
78
  " [Claude 3 Haiku](https://claude.ai) with the following:\n\n```\nYou are an"
79
  " expert prompt writer for diffusion text to image models, and you've been provided"
80
  " the following prompt template:\n\n\"Ghibli style [character description] with"
 
72
  " with [alvarobartt/ghibli-characters](https://huggingface.co/datasets/alvarobartt/ghibli-characters)."
73
  )
74
 
75
+ with gr.Accordion("How to generate nice prompts?", open=False):
76
  gr.Markdown(
77
+ "What worked best for me to generate high-quality prompts, was to prompt"
78
  " [Claude 3 Haiku](https://claude.ai) with the following:\n\n```\nYou are an"
79
  " expert prompt writer for diffusion text to image models, and you've been provided"
80
  " the following prompt template:\n\n\"Ghibli style [character description] with"