lllyasviel commited on
Commit
579bce7
1 Parent(s): 408e40a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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
- 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)
 
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)