Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -320,6 +320,7 @@ with gr.Blocks(css=css) as demo:
|
|
320 |
# B-LoRa Training UI 💭
|
321 |
|
322 |
B-LoRa training method allows to perform high quality style-content mixing and even swapping the style and content between two stylized images, by implicitly decomposing a single image into its style and content representation.
|
|
|
323 |
[Learn more about Implicit Style-Content Separation using B-LoRA](https://b-lora.github.io/B-LoRA/)
|
324 |
""")
|
325 |
with gr.Row():
|
|
|
320 |
# B-LoRa Training UI 💭
|
321 |
|
322 |
B-LoRa training method allows to perform high quality style-content mixing and even swapping the style and content between two stylized images, by implicitly decomposing a single image into its style and content representation.
|
323 |
+
|
324 |
[Learn more about Implicit Style-Content Separation using B-LoRA](https://b-lora.github.io/B-LoRA/)
|
325 |
""")
|
326 |
with gr.Row():
|