Men1scus commited on
Commit
1a908ba
Β·
1 Parent(s): a51ebee

Update project introduction in app.py with additional resource links

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -375,12 +375,11 @@ def process_sr(
375
 
376
 
377
 
378
- #
379
- Intro= \
380
  """
381
  ## DiT4SR: Taming Diffusion Transformer for Real-World Image Super-Resolution
382
 
383
- [Paper](https://arxiv.org/abs/2503.23580)
384
  """
385
 
386
  # Generate prompt text based on model availability
 
375
 
376
 
377
 
378
+ Intro = \
 
379
  """
380
  ## DiT4SR: Taming Diffusion Transformer for Real-World Image Super-Resolution
381
 
382
+ [πŸ•ΈοΈ Project Page](https://adam-duan.github.io/projects/dit4sr) β€’ [πŸ“„ Paper](https://arxiv.org/abs/2503.23580) β€’ [πŸ’» Code](https://github.com/Adam-duan/DiT4SR) β€’ [πŸ“¦ Model](https://huggingface.co/acceptee/DiT4SR) β€’ [πŸ“Š Dataset](https://huggingface.co/datasets/acceptee/NKUSR8K)
383
  """
384
 
385
  # Generate prompt text based on model availability