Spaces:
Runtime error
Runtime error
lllyasviel
commited on
Commit
•
408e40a
1
Parent(s):
d2a0562
Update app.py
Browse files
app.py
CHANGED
@@ -350,7 +350,7 @@ with gr.Blocks(
|
|
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
|
354 |
|
355 |
with gr.Column(scale=75, elem_classes='inner_parent'):
|
356 |
canvas_state = gr.State(None)
|
|
|
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)
|