layerdiffusion
commited on
Commit
•
134d906
1
Parent(s):
2b769f6
app.py
CHANGED
@@ -336,6 +336,8 @@ with gr.Blocks(fill_height=True, css=css) as demo:
|
|
336 |
components=[gr.Textbox(visible=False)],
|
337 |
label='Quick Prompts'
|
338 |
)
|
|
|
|
|
339 |
with gr.Column(scale=75, elem_classes='inner_parent'):
|
340 |
canvas_state = gr.State(None)
|
341 |
chatbot = gr.Chatbot(label='Omost', scale=1, bubble_full_width=True, render=False)
|
|
|
336 |
components=[gr.Textbox(visible=False)],
|
337 |
label='Quick Prompts'
|
338 |
)
|
339 |
+
|
340 |
+
gr.Markdown("Omost: converting LLM's coding capability to image compositing capability. \nSee also https://github.com/lllyasviel/Omost")
|
341 |
with gr.Column(scale=75, elem_classes='inner_parent'):
|
342 |
canvas_state = gr.State(None)
|
343 |
chatbot = gr.Chatbot(label='Omost', scale=1, bubble_full_width=True, render=False)
|