Spaces:
Sleeping
Sleeping
fix inpainting bug
Browse files
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(
|