Spaces:
Running
on
Zero
Running
on
Zero
fix inpainting bug
Browse files
app.py
CHANGED
@@ -1199,7 +1199,7 @@ with gr.Blocks(css=custom_css) as demo:
|
|
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 (
|
1203 |
with gr.Row():
|
1204 |
with gr.Column():
|
1205 |
gr.Markdown(
|
|
|
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 (5 mins). Please either purchase additional gpus from Hugging Face or wait for us to open-source our code soon so that you can use your own gpus🙏 </p>""")
|
1203 |
with gr.Row():
|
1204 |
with gr.Column():
|
1205 |
gr.Markdown(
|