24yearsold commited on
Commit
421f1be
·
verified ·
1 Parent(s): b6b5ee7

Upload app.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -153,14 +153,14 @@ def inference(image: Image.Image, resolution: int = 768, seed: int = 42):
153
  with gr.Blocks(title="See-through: Layer Decomposition") as demo:
154
  gr.Markdown(
155
  "# See-through: Single-image Layer Decomposition for Anime Characters\n\n"
156
- "[GitHub](https://github.com/shitagaki-lab/see-through) | "
157
- "[Paper (arXiv:2602.03749)](https://arxiv.org/abs/2602.03749)\n\n"
158
  "Upload an anime character illustration to decompose it into "
159
  "fully-inpainted semantic layers with depth ordering, "
160
  "exported as a layered PSD file.\n\n"
161
  "**Note:** 768 resolution is recommended for ZeroGPU free tier. "
162
  "Higher resolutions may timeout or exhaust your daily quota. "
163
- "For best quality, clone the [full repo](https://github.com/shitagaki-lab/see-through) "
164
  "and run `inference_psd.py` locally.\n\n"
165
  "**Disclaimer:** This demo uses a newer model checkpoint and "
166
  "may not fully reproduce identical results reported in the paper."
 
153
  with gr.Blocks(title="See-through: Layer Decomposition") as demo:
154
  gr.Markdown(
155
  "# See-through: Single-image Layer Decomposition for Anime Characters\n\n"
156
+ '<a href="https://github.com/shitagaki-lab/see-through" target="_blank">GitHub</a> | '
157
+ '<a href="https://arxiv.org/abs/2602.03749" target="_blank">Paper (arXiv:2602.03749)</a>\n\n'
158
  "Upload an anime character illustration to decompose it into "
159
  "fully-inpainted semantic layers with depth ordering, "
160
  "exported as a layered PSD file.\n\n"
161
  "**Note:** 768 resolution is recommended for ZeroGPU free tier. "
162
  "Higher resolutions may timeout or exhaust your daily quota. "
163
+ 'For best quality, clone the <a href="https://github.com/shitagaki-lab/see-through" target="_blank">full repo</a> '
164
  "and run `inference_psd.py` locally.\n\n"
165
  "**Disclaimer:** This demo uses a newer model checkpoint and "
166
  "may not fully reproduce identical results reported in the paper."