Chaerin5 commited on
Commit
fad5598
·
1 Parent(s): 8ed2e2f

fix inpainting bug

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -1198,6 +1198,8 @@ with gr.Blocks(css=custom_css) as demo:
1198
  fix_latent = gr.State(value=None)
1199
  fix_inpaint_latent = gr.State(value=None)
1200
  # fix_size_memory = gr.State(value=(0, 0))
 
 
1201
  with gr.Row():
1202
  with gr.Column():
1203
  gr.Markdown(
 
1198
  fix_latent = gr.State(value=None)
1199
  fix_inpaint_latent = gr.State(value=None)
1200
  # fix_size_memory = gr.State(value=(0, 0))
1201
+ gr.Markdown("""<p style="text-align: center; font-size: 25px; font-weight: bold; ">⚠️ Note</p>""")
1202
+ gr.Markdown("""<p>Fix Hands with A100 needs around 6 mins, which is beyond the ZeroGPU quota (5mins). Please either purchase additional gpus from Hugging Face or kindly use your own gpus with our opensourced code (We will opensource the code upon acceptance).</p>""")
1203
  with gr.Row():
1204
  with gr.Column():
1205
  gr.Markdown(