Spaces:
Running
on
Zero
Running
on
Zero
Commit
•
d6b75b6
1
Parent(s):
c382020
Update app.py
Browse files
app.py
CHANGED
@@ -72,7 +72,7 @@ def generate(image, prompt_description, prompt_user, progress=gr.Progress(track_
|
|
72 |
|
73 |
with gr.Blocks() as demo:
|
74 |
gr.Markdown("# Logo in Context")
|
75 |
-
gr.Markdown("### In-Context LoRA + Image-to-Image + Inpainting, apply your logo to anything. diffusers implementation based on the [workflow by WizardWhitebeard/klinter](https://civitai.com/articles/8779)")
|
76 |
|
77 |
with gr.Tab("Demo"):
|
78 |
with gr.Row():
|
|
|
72 |
|
73 |
with gr.Blocks() as demo:
|
74 |
gr.Markdown("# Logo in Context")
|
75 |
+
gr.Markdown("### [In-Context LoRA](https://huggingface.co/ali-vilab/In-Context-LoRA) + Image-to-Image + Inpainting, apply your logo to anything. diffusers implementation based on the [workflow by WizardWhitebeard/klinter](https://civitai.com/articles/8779)")
|
76 |
|
77 |
with gr.Tab("Demo"):
|
78 |
with gr.Row():
|