lllyasviel commited on
Commit
d2a0562
1 Parent(s): ac8d622

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("Note that you can only occupy HuggingFace ZeroGPU 170 seconds every 5 minutes.")
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 huggingface account to bypass the waiting queue.")
354
 
355
  with gr.Column(scale=75, elem_classes='inner_parent'):
356
  canvas_state = gr.State(None)