Zheng-MJ commited on
Commit
67f2615
·
verified ·
1 Parent(s): cd93723

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -97,8 +97,9 @@ description = '''
97
  #### [IMAG Lab](https://imag-njust.net/), Nanjing University of Science and Technology
98
 
99
 
100
- <img width="800" src="/assets/smfanet_arch.png">
101
- ### Network architecture of the proposed SMFANet. The proposed s SMFANet consists of a shallow feature extraction module, feature modulation blocks, and a lightweight image reconstruction module. Feature modulation block contains one self-modulation feature aggregation (SMFA) module and one partial convolution-based feed-forward network (PCFN).*
 
102
 
103
  #### Drag the slider on the super-resolution image left and right to see the changes in the image details. SeemoRe performs x4 upscaling on the input image.
104
 
 
97
  #### [IMAG Lab](https://imag-njust.net/), Nanjing University of Science and Technology
98
 
99
 
100
+
101
+ <center><img src='assets/smfanet_arch.png'></center>
102
+ ### Network architecture of the proposed SMFANet. The proposed s SMFANet consists of a shallow feature extraction module, feature modulation blocks, and a lightweight image reconstruction module. Feature modulation block contains one self-modulation feature aggregation (SMFA) module and one partial convolution-based feed-forward network (PCFN).*
103
 
104
  #### Drag the slider on the super-resolution image left and right to see the changes in the image details. SeemoRe performs x4 upscaling on the input image.
105