Spaces:
Running
on
Zero
Running
on
Zero
fix:add examples label
Browse files
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
|
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
|