SathyaSantosh77 commited on
Commit
14c61c5
·
1 Parent(s): d073163

update content

Browse files
Files changed (1) hide show
  1. app.py +7 -13
app.py CHANGED
@@ -393,7 +393,7 @@ ARCH_INFO = """
393
  **Bilinear skip connection** — `output = F.interpolate(lr, 256×256) + vit_residual`. Model learns residual correction only, not full reconstruction from scratch.
394
 
395
  ### Results
396
- | Benchmark | PSNR | SSIM |
397
  |-----------|------|------|
398
  | DIV2K validation | 25.20 dB | 0.8298 |
399
 
@@ -405,19 +405,13 @@ with gr.Blocks(css=CSS, title="Dense-Iso-ViT SR") as demo:
405
 
406
  # header
407
  gr.HTML("""
408
- <div class="header-block">
409
- <div class="header-title">Dense-Iso-ViT</div>
410
- <div class="header-sub">
411
- Constant-Resolution Hierarchical Vision Transformer for ×4 Image Super-Resolution
 
412
  </div>
413
- <div class="header-author">
414
- by <span>Sathya77</span> &nbsp;·&nbsp;
415
- 23.8M params &nbsp;·&nbsp;
416
- 24.11 dB LSDIR &nbsp;·&nbsp;
417
- 25.20 dB DIV2K val
418
- </div>
419
- </div>
420
- """)
421
 
422
  with gr.Row():
423
  with gr.Column(scale=1):
 
393
  **Bilinear skip connection** — `output = F.interpolate(lr, 256×256) + vit_residual`. Model learns residual correction only, not full reconstruction from scratch.
394
 
395
  ### Results
396
+ | Benchmark | Avg PSNR | Avg SSIM |
397
  |-----------|------|------|
398
  | DIV2K validation | 25.20 dB | 0.8298 |
399
 
 
405
 
406
  # header
407
  gr.HTML("""
408
+ <div class="header-block">
409
+ <div class="header-title">Dense-Iso-ViT</div>
410
+ <div class="header-sub">
411
+ Constant-Resolution Hierarchical Vision Transformer for ×4 Image Super-Resolution
412
+ </div>
413
  </div>
414
+ """)
 
 
 
 
 
 
 
415
 
416
  with gr.Row():
417
  with gr.Column(scale=1):