fenfan commited on
Commit
bc39e49
·
1 Parent(s): 09b05c1

fix:add examples label

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -51,7 +51,7 @@ badges_text = r"""
51
  tips = """
52
  📌 **What is USO?**
53
  USO is a unified style-subject optimized customization model and the latest addition to the UXO family (<a href='https://github.com/bytedance/USO' target='_blank'> USO</a> and <a href='https://github.com/bytedance/UNO' target='_blank'> UNO</a>).
54
- It can freely combine arbitrary subjects with arbitrary styles in any scenarios.
55
 
56
  💡 **How to use?**
57
  We provide step-by-step instructions in our <a href='https://github.com/bytedance/USO' target='_blank'> Github Repo</a>.
@@ -211,6 +211,7 @@ def create_demo(
211
  # cache_examples='lazy',
212
  outputs=[output_image, download_btn],
213
  fn=pipeline.gradio_generate,
 
214
  )
215
 
216
  return demo
 
51
  tips = """
52
  📌 **What is USO?**
53
  USO is a unified style-subject optimized customization model and the latest addition to the UXO family (<a href='https://github.com/bytedance/USO' target='_blank'> USO</a> and <a href='https://github.com/bytedance/UNO' target='_blank'> UNO</a>).
54
+ It can freely combine any subjects with any styles in any scenarios.
55
 
56
  💡 **How to use?**
57
  We provide step-by-step instructions in our <a href='https://github.com/bytedance/USO' target='_blank'> Github Repo</a>.
 
211
  # cache_examples='lazy',
212
  outputs=[output_image, download_btn],
213
  fn=pipeline.gradio_generate,
214
+ label='row 1: subject-driven; row 2-4: identity-driven; row 5-6: style-driven. row 7-8: style-subject-driven; row 9-10: multi-style-driven task; row 11: txt2img'
215
  )
216
 
217
  return demo