Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -316,7 +316,12 @@ with gr.Blocks(css=css) as demo:
|
|
316 |
</p>
|
317 |
</div>
|
318 |
''', elem_id="warning-setgpu")
|
319 |
-
gr.Markdown("
|
|
|
|
|
|
|
|
|
|
|
320 |
with gr.Row():
|
321 |
image = gr.Image(label="Image Reference", sources=["upload"], type="filepath")
|
322 |
|
|
|
316 |
</p>
|
317 |
</div>
|
318 |
''', elem_id="warning-setgpu")
|
319 |
+
gr.Markdown("""
|
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():
|
326 |
image = gr.Image(label="Image Reference", sources=["upload"], type="filepath")
|
327 |
|