multimodalart HF staff commited on
Commit
6a19d9b
1 Parent(s): 9824db8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -276,7 +276,7 @@ with gr.Blocks(css=css) as demo:
276
  with gr.Row().style():
277
  infer_outputs = gr.Gallery(show_label=False).style(grid=[2], height="512px")
278
  with gr.Row():
279
- 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, <code>styles</code> may work better at the beginning. You can navigate on <a href='https://lexica.art'>lexica.art</a> to get inspired on prompts</p>")
280
  with gr.Row():
281
  gr.Examples(examples=examples, fn=infer, inputs=[text], outputs=infer_outputs, cache_examples=True)
282
  checkbox_states = {}
 
276
  with gr.Row().style():
277
  infer_outputs = gr.Gallery(show_label=False).style(grid=[2], height="512px")
278
  with gr.Row():
279
+ gr.HTML("<p style=\"font-size: 95%;margin-top: .75em\">Prompting may not work as you are used to. <code>objects</code> may need the concept added at the end, <code>styles</code> may work better at the beginning. You can navigate on <a href='https://lexica.art'>lexica.art</a> to get inspired on prompts</p>")
280
  with gr.Row():
281
  gr.Examples(examples=examples, fn=infer, inputs=[text], outputs=infer_outputs, cache_examples=True)
282
  checkbox_states = {}