Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -349,8 +349,8 @@ with gr.Blocks(
|
|
| 349 |
gr.Markdown("Omost: converting LLM's coding capability to image compositing capability.")
|
| 350 |
with gr.Row():
|
| 351 |
gr.Markdown("Local version (8GB VRAM): https://github.com/lllyasviel/Omost")
|
| 352 |
-
with gr.Row():
|
| 353 |
-
|
| 354 |
|
| 355 |
with gr.Column(scale=75, elem_classes='inner_parent'):
|
| 356 |
canvas_state = gr.State(None)
|
|
|
|
| 349 |
gr.Markdown("Omost: converting LLM's coding capability to image compositing capability.")
|
| 350 |
with gr.Row():
|
| 351 |
gr.Markdown("Local version (8GB VRAM): https://github.com/lllyasviel/Omost")
|
| 352 |
+
# with gr.Row():
|
| 353 |
+
# gr.Markdown("Hint: You can [duplicate this space](https://huggingface.co/spaces/lllyasviel/Omost?duplicate=true) to your private account to bypass the waiting queue.")
|
| 354 |
|
| 355 |
with gr.Column(scale=75, elem_classes='inner_parent'):
|
| 356 |
canvas_state = gr.State(None)
|