Spaces:
Runtime error
Runtime error
layerdiffusion
commited on
Commit
·
3c37270
1
Parent(s):
134d906
app.py
CHANGED
|
@@ -337,7 +337,12 @@ with gr.Blocks(fill_height=True, css=css) as demo:
|
|
| 337 |
label='Quick Prompts'
|
| 338 |
)
|
| 339 |
|
| 340 |
-
gr.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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)
|
|
|
|
| 337 |
label='Quick Prompts'
|
| 338 |
)
|
| 339 |
|
| 340 |
+
with gr.Row():
|
| 341 |
+
gr.Markdown("Omost: converting LLM's coding capability to image compositing capability.")
|
| 342 |
+
with gr.Row():
|
| 343 |
+
gr.Markdown("See also local version (8GB VRAM): https://github.com/lllyasviel/Omost")
|
| 344 |
+
with gr.Row():
|
| 345 |
+
gr.Markdown("Note that you can only occupy zero GPU 170 seconds every 5 minutes. If connection error out, wait 5 minites and try again.")
|
| 346 |
with gr.Column(scale=75, elem_classes='inner_parent'):
|
| 347 |
canvas_state = gr.State(None)
|
| 348 |
chatbot = gr.Chatbot(label='Omost', scale=1, bubble_full_width=True, render=False)
|