Spaces:
Running
on
T4
Running
on
T4
HikariDawn
commited on
Commit
•
72f81a3
1
Parent(s):
720b377
docs: update information
Browse files
app.py
CHANGED
@@ -87,12 +87,12 @@ if __name__ == '__main__':
|
|
87 |
|
88 |
[GitHub](https://github.com/Kiteretsu77/APISR) | [Paper](https://arxiv.org/abs/2403.01598)
|
89 |
|
90 |
-
APISR aims at restoring and enhancing low-quality low-resolution anime images and video sources with various degradations from real-world scenarios.
|
91 |
-
|
92 |
### Note: Due to memory restriction, all images whose short side is over 720 pixel will be downsampled to 720 pixel with the same aspect ratio. E.g., 1920x1080 -> 1280x720
|
93 |
### Note: Please check [Model Zoo](https://github.com/Kiteretsu77/APISR/blob/main/docs/model_zoo.md) for the description of each weight.
|
94 |
|
95 |
-
If APISR is helpful, please help star the GitHub Repo. Thanks!
|
96 |
"""
|
97 |
|
98 |
block = gr.Blocks().queue(max_size=10)
|
|
|
87 |
|
88 |
[GitHub](https://github.com/Kiteretsu77/APISR) | [Paper](https://arxiv.org/abs/2403.01598)
|
89 |
|
90 |
+
APISR aims at restoring and enhancing low-quality low-resolution **anime** images and video sources with various degradations from real-world scenarios.
|
91 |
+
|
92 |
### Note: Due to memory restriction, all images whose short side is over 720 pixel will be downsampled to 720 pixel with the same aspect ratio. E.g., 1920x1080 -> 1280x720
|
93 |
### Note: Please check [Model Zoo](https://github.com/Kiteretsu77/APISR/blob/main/docs/model_zoo.md) for the description of each weight.
|
94 |
|
95 |
+
If APISR is helpful, please help star the [GitHub Repo](https://github.com/Kiteretsu77/APISR). Thanks!
|
96 |
"""
|
97 |
|
98 |
block = gr.Blocks().queue(max_size=10)
|