Skip to content

Commit 2edceca

Browse files
committed
Improve text below prompt area
1 parent 356f04d commit 2edceca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

diffusers/stable_diffusion_textual_inversion_library_navigator.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@
334334
" with gr.Row().style():\n",
335335
" infer_outputs = gr.Gallery(show_label=False).style(grid=[2], height=\"512px\")\n",
336336
" with gr.Row():\n",
337-
" gr.Markdown(\"Prompting with trained concepts may not work as you are used to. For `objects`, try to add the concept at the end of the sentence.\")\n",
337+
" gr.HTML(\"<p style=\\\"font-size: 85%;margin-top: .75em\\\">Prompting may not work as you are used to; <code>objects</code> may need the concept added at the end.</p>\")\n",
338338
" with gr.Row():\n",
339339
" gr.Examples(examples=examples, fn=infer, inputs=[text], outputs=infer_outputs, cache_examples=False)\n",
340340
" checkbox_states = {}\n",

0 commit comments

Comments
 (0)