Spaces:
Running
on
Zero
Running
on
Zero
Men1scus
commited on
Commit
Β·
1a908ba
1
Parent(s):
a51ebee
Update project introduction in app.py with additional resource links
Browse files
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
|