Meloo commited on
Commit
bf0ee6f
1 Parent(s): ad91e40

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -164,15 +164,15 @@ def inference(image, upscale, large_input_flag, color_fix):
164
 
165
 
166
 
167
- title = "SAFMN for Real-world SR"
168
  description = ''' ### Spatially-Adaptive Feature Modulation for Efficient Image Super-Resolution - ICCV 2023
169
  #### [Long Sun](https://github.com/sunny2109), [Jiangxin Dong](https://scholar.google.com/citations?user=ruebFVEAAAAJ&hl=zh-CN&oi=ao), [Jinhui Tang](https://scholar.google.com/citations?user=ByBLlEwAAAAJ&hl=zh-CN), and [Jinshan Pan](https://jspan.github.io/)
170
  #### [IMAG Lab](https://imag-njust.net/), Nanjing University of Science and Technology
171
  #### Drag the slider on the super-resolution image left and right to see the changes in the image details.
172
  #### SAFMN performs x2/x4 upscaling on the input image. If the input image is larger than 720P, it is recommended to use Memory-efficient inference.
173
  <br>
174
-
175
- If our work is useful for your research, please consider citing:
176
  <code>
177
  @inproceedings{sun2023safmn,
178
  title={Spatially-Adaptive Feature Modulation for Efficient Image Super-Resolution},
 
164
 
165
 
166
 
167
+ title = "SAFMN for Real-world SR (running on CPU)"
168
  description = ''' ### Spatially-Adaptive Feature Modulation for Efficient Image Super-Resolution - ICCV 2023
169
  #### [Long Sun](https://github.com/sunny2109), [Jiangxin Dong](https://scholar.google.com/citations?user=ruebFVEAAAAJ&hl=zh-CN&oi=ao), [Jinhui Tang](https://scholar.google.com/citations?user=ByBLlEwAAAAJ&hl=zh-CN), and [Jinshan Pan](https://jspan.github.io/)
170
  #### [IMAG Lab](https://imag-njust.net/), Nanjing University of Science and Technology
171
  #### Drag the slider on the super-resolution image left and right to see the changes in the image details.
172
  #### SAFMN performs x2/x4 upscaling on the input image. If the input image is larger than 720P, it is recommended to use Memory-efficient inference.
173
  <br>
174
+ #### If our work is useful for your research, please consider citing:
175
+ <br>
176
  <code>
177
  @inproceedings{sun2023safmn,
178
  title={Spatially-Adaptive Feature Modulation for Efficient Image Super-Resolution},