Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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 |
-
"
|
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"
|